Delete Area
/locations/{location_id}/areas/{area_id}
Delete Area [DELETE]
Delete a single area. Upon deleting the area:
- The area will be removed from all assets.
- The area will be removed from all forms.
Authorization: Admin, Web, Mobile
The server will respond with a confirmation object containing the additional objects this delete will modify. The delete will not be processed until it is confirmed.
RequestConfirmation
Body
{ "confirmed": true }
Response 412
Body{ "assetsCount": 7, "formsCount": 5 }
Response 200
Body{}