Skip to main content
DELETE
/
webhooks
/
subscriptions
/
{subscription_id}
Delete Subscription
curl --request DELETE \
  --url https://api.meow.com/v1/webhooks/subscriptions/{subscription_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.meow.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Headers

x-entity-id
string<uuid>

Optional entity ID for scoped access to entity-specific data

Path Parameters

subscription_id
string<uuid>
required

Response

Successful Response