Locations
Delete a location
Soft delete a location (sets deletedAt timestamp).
The location will no longer appear in default queries but can be retrieved by explicitly filtering for deleted records.
delete/locations/{id}
Path parameters
idstring required
Resource ID (UUID) or client key
Response
Location deleted successfully