Unregister a working environment
Contributors
Suggest changes
DELETE /account/{accountId}/providers/cloudmanager_cbs/api/v1/backup/working-environment/{workingEnvironmentId}
Unregisters a working environment. You can remove BlueXP backup and recovery from a working environment. Before you unregister, make sure that you delete all backups and disable BlueXP backup and recovery on a working environment. This action also deletes the backup folder.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
|
workingEnvironmentId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
x-agent-id |
string |
header |
True |
Response
Status: 202, Default response
Name | Type | Required | Description |
---|---|---|---|
job-id |
string |
False |
Example response
{
"job-id": "string"
}