Siebel REST API Guide > Using the Siebel REST API > Using the Siebel REST API with Siebel Clinical >

Deleting a Siebel Clinical User


When you use the Siebel REST API to delete a Siebel clinical user, the Siebel Clinical application performs a soft delete of the clinical user by stamping the Termination Date field with the Current Date value and removing the user's responsibilities.

The following details are for a request to delete a Siebel clinical user on the Siebel CRM Server:

  • URI: http://ServerName:port/siebel-rest/v1.0/service/LS Clinical User Provisioning Service/TerminateUser
  • HTTP Method: POST
  • Content-Type: application/json
  • Authorization: Basic
  • Request body:

{
  "body":
    {
      "Employee":
        {
           "Login Name":"Cathy.Rogers",
         }
     }
}
The following are the details for the response to a successful request:

  • HTTP Code: 200
  • Content-Type: application/json
  • Response body: None.

Siebel REST API Guide Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.