curl -X DELETE "https://dev-backend-ai.truefans.in/api/external/v1/webhooks/{endpoint_id}/" \
-H "Authorization: Bearer $TRUEFAN_API_KEY"
{ "error": "Webhook not found" }
Webhooks
Delete a webhook
Remove a webhook endpoint
DELETE
/
api
/
external
/
v1
/
webhooks
/
{endpoint_id}
/
curl -X DELETE "https://dev-backend-ai.truefans.in/api/external/v1/webhooks/{endpoint_id}/" \
-H "Authorization: Bearer $TRUEFAN_API_KEY"
{ "error": "Webhook not found" }
string
required
string
required
Bearer {api_key}curl -X DELETE "https://dev-backend-ai.truefans.in/api/external/v1/webhooks/{endpoint_id}/" \
-H "Authorization: Bearer $TRUEFAN_API_KEY"
{ "error": "Webhook not found" }