Delete all manifest overrides for the given Product

Delete all manifest overrides for the given Product
Delete all manifest overrides for the given Product

This endpoint will delete all of the currently configured overrides for the given Product.

Request
URI
DELETE
https://{opsmanager-installation}/api/v0/staged/products/{product_guid}/overrides
COPY
Path Parameters
string
product_guid
Required

The guid of the product


Responses
200

OK

Returns EmptyResponse of type(s) application/json
Operation doesn't return any data structure

400

Setup is not completed

Returns RequireSetupCompleted of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

401

Unauthorized

Returns UnauthorizedResponse of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

403

Requires Advanced Mode

Returns RequiresAdvancedMode of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v0/staged/products/{product_guid}/overrides