Delete Location

/accounts/{account_id}/locations/{location_id}

Delete Location [DELETE]

Delete a single location. Upon deleting the location:

  • All areas within the location will be deleted.
  • The location will be removed from all forms.
  • The location will be removed from all contacts.

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
{
  "areasCount": 1,
  "formsCount": 5,
  "contactsCount": 2
}

Response 200

Body
{}

Still need help? Contact Us Contact Us