Returns (Task)
Destroy the designated Floor Plan Item.
Name | Description |
---|---|
floorplanFieldInfo |
Example in C#
// Returns: nothing
await client.DeleteFloorplanItemAsync(FloorplanItemInfo floorplanFieldInfo);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/floorplans/FLOORPLAN.KEY/items/FLOORPLANITEM.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'