Employee Tables
Deletes a salary entry from the employee's list.
delete/people/{id}/salaries/{entry_id}
Path parameters
idstring required
Employee ID.
entry_idinteger required
The entry ID to delete.
Response
Entry deleted successfully.
Employee ID.
The entry ID to delete.
Entry deleted successfully.