curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-subscription-packages/{packageId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete a Customer Subscription Package by ID
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-subscription-packages/{packageId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}