cURL
curl --request DELETE \ --url https://api.example.com/webhooks/{webhook_id} \ --header 'X-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a webhook.
Required scope: write
write
Successful Response