Skip to main content
DELETE
/
payroll
/
compensation-types
/
{compensationType}
Vergütungsart löschen
curl --request DELETE \
  --url https://{tenant}.stamp.eu/rest/payroll/compensation-types/{compensationType} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Unauthenticated."
}

Authorizations

Authorization
string
header
required

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

Path Parameters

compensationType
string<uuid>
required

Response

Erfolgreich gelöscht