cURL
curl --request DELETE \ --url https://api.tella.com/v1/webhooks/endpoints/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "ep_abc123def456" }
Permanently deletes a webhook endpoint
API key obtained from your Tella account settings
The webhook endpoint ID
"ep_abc123def456"
Endpoint deleted successfully
Response when a webhook endpoint is deleted
ID of the deleted endpoint
Was this page helpful?