Skip to main content
DELETE
/
punch-cards
/
{punchCardId}
Delete Punch Card
curl --request DELETE \
  --url https://api.mijnklantportaal.nl/v1/punch-cards/{punchCardId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

punchCardId
string
required

ID of the Punch Card to delete

Response

No content