Delete a salary record

Deletes a salary record - for example one submitted in error, against the wrong employee, or a duplicate. A deleted record no longer appears in the employee’s salary list and is no longer eligible to be their current salary; if it was the current record, the next most recent one takes its place.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path parameters

employee_idstringRequiredformat: "ee_.+"
salary_idstringRequiredformat: "sal_.+"

Response

OK
idstringformat: "sal_.+"
Unique identifier for the salary record
employee_idstringformat: "ee_.+"
Unique identifier for the employee this salary belongs to
amountdouble
Salary amount, in the given currency and pay frequency
currencyenum
ISO currency code the amount is denominated in
pay_frequencyenum

The period this amount represents (e.g. annual, monthly)

effective_fromdate
Date from which this salary is effective
objectstringOptionalRead-only
The object type

Errors

404
Not Found Error