curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customers/{customerId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete the customer for the given ID
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customers/{customerId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}