Delete A Property Definition

Delete A Property Definition

Deletes a Property Definition. If the tenantId is supplied, only a Property Definition that matches on id and tenant will be deleted. If tenantId is not supplied, this API will try to find a matching Property Definition in the current tenant. If no such Property Definition was found and the user has permission to manage global Property Definitions, find a matching global Property Definition.

Request
URI
DELETE
https://{api_host}/properties-service/api/propertydefinitions/{id}
COPY
Path Parameters
string
id
Required

The id of the Property Definition to delete

Query Parameters
string
tenantId
Optional

The tenant in which to delete the Property Definition. Optional.


Responses
204

Successfully deleted Property Definition

Operation doesn't return any data structure

404

Could not find specified Property Definition

Operation doesn't return any data structure