Skip to main content
DELETE
/
subscriptions
/
{platformType}
/
properties
Delete properties (bulk)
curl --request DELETE \
  --url https://{host}/subscriptions/{platformType}/properties \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "propertyRef": "<string>"
  }
]'
[
  {
    "propertyRef": "<string>",
    "message": "<string>",
    "status": 123
  }
]

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers

Body

application/json · object[]
propertyRef
string
required

Response

Partial failures (per-item status)

propertyRef
string
message
string
status
integer

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