Delete Configuration
DescriptionRemove current configuration.
Request
URLURL
Request Body
{
"admin_password": "string",
"admin_user": "string"
}
Password for the administrator user.
The name of a user with sufficient privileges to perform configuration tasks on the infrastructure, management nodes, and the infrastructure node.
Authentication
Response
Response BodyResponse Body
202 Accepted
Unconfigure the appliance task.
{
"complete_time": "string",
"description": "string",
"error": {
"details": "string",
"message": "string"
},
"id": "string",
"progress": 0,
"result": {},
"start_time": "string",
"status": "QUEUED",
"type": "string"
}
Current status of the task
Possible values are: QUEUED , RUNNING , SUCCESS , ERROR , CANCELLED
Current progress of the operation
Result of the operation
Operation type
Errors
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
Internal server error - unexpected condition prevents fulfilling the request