Skip to main content

Delete Webhook

DELETE /webhooks/{id}

Deletes a specific webhook by ID.

Code Examples

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

Path Parameters

ParameterTypeRequiredDescription
idintegerYesThe webhook ID

Response

{
"message": "Webhook deleted successfully"
}

Try it out!

Authentication

This endpoint requires Bearer token authentication.

Test Endpoint