Delete a user
delete
/hcmRestApi/scim/Users/{id}
Delete a user
Request
Path Parameters
-
id(required): string
The unique identifier of the user.
There's no request body for this operation.
Back to TopResponse
204 Response
No content. This task does not return elements in the response body.
Examples
The following example shows how to delete a user by submitting a DELETE request on the REST resource using cURL.
curl -i -u "<username>:<password>" -X DELETE https://servername.fa.us2.oraclecloud.com/hcmRestApi/scim/Users/3DEC63ED61FD0863E050F00A081B15FF
Example of Response Header
The following shows an example of the response header.
HTTP/1.1 204 No Content Content-Type : text/plain
Example of Response Body
The following example shows the contents of the response body in JSON format:
204 - No content