Skip to main content

Delete Non-Employee Record

DELETE 

/non-employee-records/:id

This request will delete a non-employee record. Requires role context of idn:nesr:delete

Request

Path Parameters

    id stringrequired

    Non-Employee record id (UUID)

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...