cURL
curl --request DELETE \ --url https://{host}/subscriptions/{platformType}/properties \ --header 'Content-Type: application/json' \ --data ' [ { "propertyRef": "<string>" } ] '
[ { "propertyRef": "<string>", "message": "<string>", "status": 123 } ]
Deletes a collection of properties by ID. Each delete is independent; errors for some IDs do not affect others. Properties referenced by subscriptions cannot be deleted.
Platform catalog (cloud or containers).
cloud
containers
1
Partial failures (per-item status)
HTTP-like code (200, 204, 400, 404, 500).