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
Advanced Manifest Configuration Operations
DELETE
Delete all manifest overrides for the BOSH Director
GET
View A list Of all manifest overrides for the BOSH Director
PUT
Provide A new list Of overrides for the BOSH Director
DELETE
Delete all runtime config overrides for the BOSH Director
GET
View A list Of all runtime config overrides for the BOSH Director
PUT
Provide A new list Of runtime config overrides for the BOSH Director
DELETE
Delete all manifest overrides for the given Product
GET
View A list Of all manifest overrides for A Product
PUT
Provide A new list Of overrides for the given Product