DELETE
/
webhooks
/
subscriptions
/
{id}
Delete Webhook Subscription
curl --request DELETE \
  --url https://jmpy.me/api/v1/webhooks/subscriptions/{id} \
  --header 'Authorization: Bearer <token>'
Unsubscribe from a webhook and delete it from your account. Once deleted, no further event payloads will be sent to the configured target URL.

Path Parameters

id
string
required
The UUID of the webhook subscription to delete.