Skip to main content
DELETE
/
integrations
/
{id}
Delete integration
curl --request DELETE \
  --url https://xquik.com/api/v1/integrations/{id} \
  --header 'x-api-key: <x-api-key>'
Free — does not consume credits
curl -X DELETE https://xquik.com/api/v1/integrations/4 \
  -H "x-api-key: xq_YOUR_KEY_HERE" | jq

Path parameters

id
string
required
The unique integration ID.

Headers

x-api-key
string
required
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.

Response

success
boolean
Always true on successful deletion.
{ "success": true }
The integration is permanently deleted and no further notifications will be sent. Delivery history is retained.
Related: List Integrations to verify the integration was removed, or Create Integration to set up a new one.