REST API - delete

appliance configuration desired state: delete

Deletes the profile spec. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

DELETE https://{server}/api/appliance/configuration/desiredstate/{profile}

Path Parameters

Name Type Description
Required
profile string Identifier of the profile.

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
500 error If there is unknown internal error. The accompanying error message will give more details about the failure.
404 not_found If there is no profile spec associated with profile
400 not_allowed_in_current_state If there is another operation in progress.
503 service_unavailable If the service is not available.
401 unauthenticated If the caller is not authenticated.