API
Webhooks
Delete Webhook
1min
Get a webhook by its ID
DELETE
Params
Path Params
id
required
String
the webhooks uniq id
Updated 23 Nov 2023
Did this page help you?
curl -X DELETE https://api.moyasar.com/v1/webhooks/:id -u "sk_123:"
{ "message": "Webhook was deleted successfully" }