People
Delete employee
Delete an employee. Silently succeeds if employee is not present.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json; charset=UTF-8
Describes the request body of the /deleteemployee API call
The deleted employee's email
Version number for document for optimistic concurrency control. If absent or 0 then no version checks are done.
Response
200
OK