cURL
curl --request DELETE \ --url https://checkout.suave.money/api/v1/webhook_subscription/{id}
{ "message": "ep_2k4ASjtW5byIvl9OSZcOl5ftxWl successfully deleted from test mode.", "data": { "webhook_id": "ep_2k4ASjtW5byIvl9OSZcOl5ftxWl" } }
Delete a webhook subscription with the given ID.
ID of the webhook subscription
Webhook subscription successfully deleted.
The response is of type object.
object