- Print
- DarkLight
bz_delete_computer
- Print
- DarkLight
Deletes a backup from an account.
The accountId
included in this request must be associated with a group with Enterprise Controls enabled. Additionally, the caller must be an admin of that group.
NOTE: The Enterprise Controls setting All Group admins can delete any Group member backups
must be enabled.
The accountId
to which the backup belongs.
NOTE: The accountId
must be a member of a group with Enterprise Controls enabled.
The unique identifier of the computer to be deleted.
The request succeeded.
The unique identifier for the computer.
Name of computer.
The timestamp of the last time the computer backed up to the data center. This is used to determine if a computer backup is no longer in use.
status | code | description |
---|---|---|
400 | bad_request | The request had the wrong fields or illegal values. The message returned with the error will describe the problem. |
401 | invalid_account_id | The accountId parameter is invalid or was not found. |
401 | invalid_computer_id | The computerId parameter is not found, has already been deleted, or is not associated with the supplied accountId . |
The numeric HTTP status code. Always matches the status in the HTTP response.
A single-identifier code that identifies the error.
A human-readable message, in English, saying what went wrong.