---
title: "Delete Location"
method: DELETE
path: "/api/v1/locations/{location_id}"
tags: ["Basics"]
---

# Delete Location

`DELETE /api/v1/locations/{location_id}`

Soft-deletes a location.

## Path parameters

- `location_id` string, uuid, required

## Query parameters

- `website_id` string, uuid, required

## Response `200`

Location deleted

- object
  - `success` boolean, required
  - `location` string, required

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - You don't have access to this website
- `404` — Not found - Location not found
- `500` — Internal server error

---

[API](https://skmtc.net/athenahq/apis/athenahq-api.md) · [All operations](https://skmtc.net/athenahq/apis/athenahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athenahq/athenahq-api/revisions/6c5d71622cb9/schema)
