Skip to main content
DELETE
/
v1
/
webhooks
/
endpoints
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.tella.com/v1/webhooks/endpoints/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "ep_abc123def456"
}

Documentation Index

Fetch the complete documentation index at: https://tella.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Path Parameters

id
string
required

The webhook endpoint ID

Example:

"ep_abc123def456"

Response

Endpoint deleted successfully

Response when a webhook endpoint is deleted

id
string
required

ID of the deleted endpoint

Example:

"ep_abc123def456"