Locations

Delete a location

Soft deletes a location by setting invalidated_at timestamp. Also removes references from LocationsJoin table and organizations using this location as primary or secondary location.

Note: This is a soft delete - the location data remains in the database for audit purposes.

delete/locations/{id}

Response

Location successfully deleted

Changes