curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-offers/{offerId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Remove a Customer Offer from your portal. Be aware that deleting an offer will not effect your license limits
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-offers/{offerId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}