Skip to main content
DELETE
/
v1
/
webhook-endpoints
/
{id}
Delete webhook endpoint
curl --request DELETE \
  --url https://api.meum.io/v1/webhook-endpoints/{id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true,
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Store-scoped API key. Prefix with sk_live_. Example: Authorization: Bearer sk_live_EXAMPLE_DO_NOT_USE

Path Parameters

id
string
required

Webhook endpoint public ID (wh_...).

Pattern: ^(inv_|txn_|plink_|wh_|whd_|evt_|int_)[0-9a-z]{20,32}$

Response

Webhook endpoint deleted

deleted
boolean
required
Example:

true

id
string
required
Pattern: ^(inv_|txn_|plink_|wh_|whd_|evt_|int_)[0-9a-z]{20,32}$