Deleting a User
Function
This API is used to delete a user.
URI
DELETE /{tenant_id}/scim/v2/Users/{user_id}
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
tenant_id |
Yes |
String |
Globally unique ID of a tenant |
|
user_id |
Yes |
String |
Globally unique ID of a user |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
Authorization |
Yes |
String |
Bearer token |
Response Parameters
Status code: 400
|
Parameter |
Type |
Description |
|---|---|---|
|
schema |
String |
Summary |
|
schemas |
Array of strings |
Summary list |
|
detail |
String |
Exception details |
|
status |
Integer |
Status code |
|
timeStamp |
String |
Timestamp |
Status code: 403
|
Parameter |
Type |
Description |
|---|---|---|
|
schema |
String |
Summary |
|
schemas |
Array of strings |
Summary list |
|
detail |
String |
Exception details |
|
status |
Integer |
Status code |
|
timeStamp |
String |
Timestamp |
Status code: 404
|
Parameter |
Type |
Description |
|---|---|---|
|
schema |
String |
Summary |
|
schemas |
Array of strings |
Summary list |
|
detail |
String |
Exception details |
|
status |
Integer |
Status code |
|
timeStamp |
String |
Timestamp |
Status code: 409
|
Parameter |
Type |
Description |
|---|---|---|
|
schema |
String |
Summary |
|
schemas |
Array of strings |
Summary list |
|
detail |
String |
Exception details |
|
status |
Integer |
Status code |
|
timeStamp |
String |
Timestamp |
Status code: 500
|
Parameter |
Type |
Description |
|---|---|---|
|
schema |
String |
Summary |
|
schemas |
Array of strings |
Summary list |
|
detail |
String |
Exception details |
|
status |
Integer |
Status code |
|
timeStamp |
String |
Timestamp |
Example Request
Deleting a user
DELETE https://{hostname}/{tenant_id}/scim/v2/Users/{user_id}
Example Response
None
Status Codes
For details, see Status Codes.
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.