Skip to content

Delete an endpoint

DELETE
/api/v1/webhooks/{id}
curl --request DELETE \
--url https://trongas.ai/api/v1/webhooks/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'X-Api-Key: <X-Api-Key>'

Required API-key scope: full

Remove the endpoint and stop delivering to it. To pause temporarily, disable it instead — deleting loses the secret.

id
required
string format: uuid

No Content