Remove an integration and stop receiving notifications
cURL
curl --request DELETE \ --url https://xquik.com/api/v1/integrations/{id} \ --header 'x-api-key: <x-api-key>'
curl -X DELETE https://xquik.com/api/v1/integrations/4 \ -H "x-api-key: xq_YOUR_KEY_HERE" | jq
true
{ "success": true }
{ "error": "invalid_id", "message": "Invalid integration ID format" }
{ "error": "unauthenticated", "message": "Missing or invalid API key" }
{ "error": "not_found", "message": "Integration not found" }
Was this page helpful?