Item_Delete
delete
Delete a User-level AD Object
Resource URL
https://api.wem.cloudburrito.com /services/wem/users/{id}
Header Parameters
Parameter | Type | Value | Description |
---|---|---|---|
Accept |
string |
Optional |
Only "application/json" is supported. |
Authorization |
string |
Optional |
Citrix Cloud authorization token. |
Citrix-TransactionId |
string |
Optional |
Transaction ID that will be used to track this request. |
Citrix-CustomerId |
string |
Optional |
Citrix Cloud customer ID. |
Request Body
id The ID of the resource you want to delete. null true
Response Error Details
HTTP Code | Error Code | Description |
---|---|---|
204 | 204 |
Resource deletion completed successfully. |
400 | 400 |
The attempt to delete the resource failed. |
401 | 401 |
Authorization failed. |
404 | 404 |
The target resource cannot be found. |
406 | 406 |
Requested media type is not supported. |
409 | 409 |
The attempt to remove the resource failed because of dependency for existing entities. |
415 | 415 |
The charset is not supported. |
Item_Delete
delete
Delete a User-level AD Object
Resource URL
https://api.wem.cloudburrito.com /services/wem/users/{id}
Header Parameters
Parameter | Type | Value | Description |
---|---|---|---|
Accept |
string |
Only "application/json" is supported. |
|
Authorization |
string |
Citrix Cloud authorization token. |
|
Citrix-TransactionId |
string |
Transaction ID that will be used to track this request. |
|
Citrix-CustomerId |
string |
Citrix Cloud customer ID. |
Request Body
id The ID of the resource you want to delete. null true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
HTTP Code | Error Code | Description |
---|---|---|
204 | 204 |
Resource deletion completed successfully. |
400 | 400 |
The attempt to delete the resource failed. |
401 | 401 |
Authorization failed. |
404 | 404 |
The target resource cannot be found. |
406 | 406 |
Requested media type is not supported. |
409 | 409 |
The attempt to remove the resource failed because of dependency for existing entities. |
415 | 415 |
The charset is not supported. |
Working...