Deletes a client.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:DeleteClient |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VaultId |
string |
No |
The ID of the backup repository. |
v-000************gs3 |
| ClientId |
string |
No |
The ID of the client. |
c-000************f3h |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acf************kwy |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The return code. A value of 200 indicates that the request was successful. |
200 |
| Message |
string |
The returned message. If the request is successful, `successful` is returned. If the request fails, an error message is returned. |
successful |
| RequestId |
string |
The ID of the request. |
C51A9094-64B7-5DC0-B9FE-5FC1AC7E081D |
| Success |
boolean |
Indicates whether the request was successful.
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "successful",
"RequestId": "C51A9094-64B7-5DC0-B9FE-5FC1AC7E081D",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.