Delete Location
Locations
Delete Location
Delete a location by ID
DELETE
Delete Location
DELETE /locations/
Permanently delete a location from the workspace.Notes
- Requires a valid JWT with write access.
- The
location_idpath parameter is the workspace-scoped integer index. - Returns 404 if the location does not exist or does not belong to the current workspace.
- Returns
{"deleted": true}on success.
- See
GET /locationsto list existing locations before deleting.
