delete https://{hostname}/papi/v1/properties//hostname-activations/
For a property with useHostnameBucket
set to true
when created, if you detect a problem with a property hostname while its activation is still PENDING
, use this operation to cancel it. Make a DELETE request on the activationLink
you get from the Add or remove hostnames for a property operation's response. Once you DELETE the activation, it no longer appears in the list of activations, but you can still access it individually.
Recipes
Cancel a pending property hostname activation
Open Recipe