Removing A staged product

Removing A staged product

Removing a staged product

Request
URI
DELETE
https://{api_host}/api/v0/staged/products/{product_guid}
COPY
Path Parameters
string
product_guid
Required

The guid of the product


Responses
200

OK

{
    "component": {
        "guid": "string"
    }
}
component
Optional

component


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