Delete Employee Table Row

Deletes a specific row from an employee's tabular data. The table name identifies which tabular dataset to target (e.g., jobInfo, compensation, customTabularField). Returns success: true if the row was deleted, or success: false with an error message if the row was not found or could not be deleted. Deletion will fail with a 409 if the row has pending approval changes, or a 412 if the row is tied to an active pay schedule.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The employee ID.

string
required

The name of the table containing the row to delete (e.g., jobInfo, compensation, customTabularField).

string
required

The ID of the specific row to delete.

Responses

400

Bad request. Invalid employee ID or table name.

401

Unauthorized.

403

Permission denied. The caller lacks write access to this table for the specified employee.

409

Conflict. The row has pending approval changes and cannot be deleted until they are resolved.

412

Precondition failed. The row cannot be deleted because it is tied to an active pay schedule.

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json