Reset active base releases url

Reset active base releases url

Resets to the default specified in the product template.

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

The guid of the product


Responses
200

OK

Returns BaseReleaseUrl of type(s) application/json
"BaseReleaseUrl Object"
string
base_release_url
Optional

base_release_url


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