Delete A Property Group

Delete A Property Group

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

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

The id of the Property Group to delete

Query Parameters
string
Optional

The tenant in which to delete the PropertyGroup. Optional.


Responses
204

Successfully deleted Propery Group

Operation doesn't return any data structure

404

Could not find specified Property Group

Operation doesn't return any data structure