Skip to main content
DELETE
/
subscriptions
/
{platformType}
/
properties
/
{propertyRef}
Delete a property by ID
curl --request DELETE \
  --url https://{host}/subscriptions/{platformType}/properties/{propertyRef}
{
  "propertyRef": "<string>",
  "message": "<string>",
  "status": 123
}

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers
propertyRef
string
required

Unique property identifier.

Response

In-use error payload

propertyRef
string
message
string
status
integer

HTTP-like code (200, 204, 400, 404, 500).