cURL
curl --request DELETE \ --url https://api.callaidan.com/agent/integration \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "integration_id": "<string>" } '
Delete a platform integration
Company API Key
Integration ID to delete
ID of the integration to delete
Integration deleted successfully