Skip to main content
DELETE
/
employees
/
{employee}
/
compensations
/
{compensation}
Vergütung löschen
curl --request DELETE \
  --url https://{tenant}.stamp.eu/rest/employees/{employee}/compensations/{compensation} \
  --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

employee
string<uuid>
required

Mitarbeiter-ID (UUID)

compensation
string<uuid>
required

Response

Erfolgreich gelöscht