Skip to main content
Delete webhook subscription
curl --request DELETE \
  --url https://api.maple.inc/v1/webhook_subscriptions/{subscriptionId} \
  --header 'Authorization: Bearer <token>'
{
  "object": "webhook_subscription.deleted",
  "id": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key — mpk_test_… for the sandbox, mpk_live_… for production. Issued by Maple during partner onboarding.

Path Parameters

subscriptionId
string
required

Response

Success

object
enum<string>
required
Available options:
webhook_subscription.deleted
id
string
required
deleted
enum<boolean>
required
Available options:
true