cURL
curl --request DELETE \ --url https://prod.featherhq.com/api/v1/integrations/{integrationInstanceId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "deletedIntegrationInstanceId": "<string>" }
Delete an integration instance for the organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Integration instance deleted successfully