Skip to main content
DELETE
/
api
/
v1
/
locations
/
{location_id}
curl --request DELETE \
  --url 'https://transaction-tax.api.in.commenda.io/api/v1/locations/b2c3d4e5-f6a7-8901-bcde-f12345678901' \
  --header 'Authorization: Bearer <your_token>'
(No content)
Delete (archive) a location. The location is soft-deleted and will no longer appear in list results.

Path parameters

location_id
string
required
The unique identifier (UUID) of the location to delete.
curl --request DELETE \
  --url 'https://transaction-tax.api.in.commenda.io/api/v1/locations/b2c3d4e5-f6a7-8901-bcde-f12345678901' \
  --header 'Authorization: Bearer <your_token>'
(No content)