cURL
curl --request DELETE \ --url https://api.argil.ai/v1/webhooks/{id} \ --header 'x-api-key: <api-key>'
{ "code": 123, "message": "<string>" }
Deletes a single webhook identified by its ID.
API key to be included in the x-api-key header
Successfully deleted webhook
Was this page helpful?