Disconnect your Next Insurance appointment
DELETE
/broker/market-connections/next-insurance
const url = 'https://api.hedgespecialty.com/api/v1/broker/market-connections/next-insurance';const options = {method: 'DELETE', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request DELETE \ --url https://api.hedgespecialty.com/api/v1/broker/market-connections/next-insurance \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Disconnected