DELETE
/
api
/
v1
/
webhook_subscription
/
{id}
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"
  }
}

Path Parameters

id
string
required

ID of the webhook subscription

Response

200
application/json
Webhook subscription successfully deleted.
message
string
Example:

"ep_2k4ASjtW5byIvl9OSZcOl5ftxWl successfully deleted from test mode."

data
object