DELETE
/
webhook-subscriptions
/
{webhook_subscription_id}
curl --request DELETE \
  --url https://api.{gr4vy_id}.gr4vy.app/webhook-subscriptions/{webhook_subscription_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

This endpoint requires the webhook-subscriptions.write scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Gr4vy-Merchant-Account-ID
string

The ID of the merchant account to act upon. When not or provided, this value will default to the first merchant account a user has access to. This value can be set to * on some APIs to fetch resources from all merchant accounts.

Maximum length: 255
Example:

"default"

Path Parameters

webhook_subscription_id
string
required

The ID for the webhook subscription.

Example:

"8fd77b13-a5e3-43de-bd54-26a8a714ac18"

Response

204
_mintlify/placeholder

Returns an empty response.