Skip to main content
DELETE
/
api
/
connections
/
{id}
Delete Connection
curl --request DELETE \
  --url https://app.replyify.ai/api/connections/{id} \
  --header 'Authorization: Bearer <token>'

Path Parameters

id
string
required
The connection ID to delete

Response

Returns a success confirmation. The connection and its webhook endpoint are permanently removed. Existing replies that were received through this connection are preserved.
curl -X DELETE "https://app.replyify.ai/api/connections/conn_abc123" \
  -H "Authorization: Bearer YOUR_API_KEY"
This action is permanent. The webhook URL will stop working immediately, so make sure to remove it from your sequencer’s settings first.