Skip to content

Cancel a subscription

DELETE
/user/{userId}/subscription/{subscriptionId}
curl --request DELETE \
--url https://example.com/user/example/subscription/example \
--header 'Authorization: Bearer <token>'
userId
required
string
subscriptionId
required
string

Subscription cancelled.