Skip to main content
DELETE
/
webhooks
/
subscriptions
/
{subscriptionId}
Delete webhook subscription
curl --request DELETE \
  --url https://api.paysway.dev/webhooks/subscriptions/{subscriptionId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.paysway.io/llms.txt

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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

subscriptionId
string<uuid>
required

Response

200 - application/json

Webhook subscription deleted successfully

id
string<uuid>