Skip to main content
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"
}