Skip to main content
DELETE
/
customer-subscriptions
/
{subscriptionId}
Delete Customer Subscription
curl --request DELETE \
  --url https://api.mijnklantportaal.nl/v1/customer-subscriptions/{subscriptionId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

subscriptionId
string
required

ID of the Customer Subscription to delete

Response

No content

I