Skip to main content

Delete Webhook

DELETE /api/webhooks/{id}

Deletes a specific webhook by ID.

Code Examples

curl --request DELETE \
--url 'https://tess.pareto.io/api/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