Webhooks
Delete Webhook
Webhooks
Delete Webhook
DELETE
/webhooks/{id}
Authentication*
curl --request DELETE \
--url https://api.gotolstoy.com/webhooks/{id} \
--header 'Authentication: <authentication>'
Parameters
idrequired
string
Webhook id to delete
curl -X DELETE https://api.gotolstoy.com/webhooks/{id} \
--header 'Authorization: Bearer <API_KEY>'
curl -X DELETE https://api.gotolstoy.com/webhooks/{id} \
--header 'Authorization: Bearer <API_KEY>'