Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the Customer Offer to get
Response
No content
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-offers/{offerId} \
--header 'Authorization: Bearer <token>'This response does not have an example.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>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the Customer Offer to get
No content