curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-subscriptions/{subscriptionId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Remove a Customer Subscription from your portal.
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-subscriptions/{subscriptionId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}