Skip to main content
DELETE
/
webhooks
/
{id}
Delete Webhook
curl --request DELETE \
  --url https://api.tess.im/webhooks/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.tess.im/llms.txt

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

Code Examples

curl --request DELETE \
  --url 'https://api.tess.im/webhooks/{id}' \
  --header 'Authorization: Bearer YOUR_API_KEY'

Path Parameters

id
integer
required
The webhook ID

Response

{
"message": "Webhook deleted successfully"
}