Delete User

To maintain an audit history, a user cannot be deleted from the Oracle Life Sciences IAMS application. Instead, the account is disabled and all the current roles or groups are revoked for this user account.

For more details on user resources related to DELETE, see Users.

HTTP Request Method

DELETE

URI

https://hs-identity-api.oracleindustry.com/scim/v1/<tenant>/Users

Request schema URI

NA

Response schema URI

NA

HTTP Response Codes

The following response codes apply:

  • 204
  • 401
  • 403
  • 404

For more information, see Return Codes.

Sample Message Exchange

Request

DELETE /scim/v1/mypharma/Users/cb72d08d626041dfbec77014dbe35861
HTTP 1.1
Host: example.com
Authorization: Basic Y3VzdG9tZXIuYWRtaW51c2VyOnBhc3N3b3Jk=
Accept: application/json

Response

HTTP/1.1 204 No Content