Delete a dependent entry for an employee

Deletes a dependent entry for the given employee. In the Bob UI this table may appear as Children or Dependents, depending on your company configuration. Returns no content on success. Also updates the employee's home.numberOfKids field (an employee field you can fetch with the People search endpoint).

Required permissions: People's Data > Home > Manage selected employees' Home sections (or Children/Dependents table Manage when field-level permissions are enabled).

Path Params
string
required

Employee ID.

int64
required

The entry ID to delete.

Responses
204

Entry deleted successfully.

404

No dependent entry was found for the given employee and entry ID.

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!