cURL
curl --request DELETE \ --url https://api.tess.im/webhooks/{id} \ --header 'Authorization: Bearer <token>'
Deletes a specific webhook by ID.
Documentation IndexFetch the complete documentation index at: https://docs.tess.im/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tess.im/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \ --url 'https://api.tess.im/webhooks/{id}' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "message": "Webhook deleted successfully" }