Documentation Index
Fetch the complete documentation index at: https://docs.replyify.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
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.