---
title: "Delete a location contact"
method: DELETE
path: "/location-contacts/{id}"
tags: ["Location Contacts"]
---

# Delete a location contact

`DELETE /location-contacts/{id}`

Soft delete a location contact (sets deletedAt timestamp).

The location contact will no longer appear in default queries but can be retrieved
by explicitly filtering for deleted records.

## Path parameters

- `id` string, required

## Response `204`

Location contact deleted successfully

## Other responses

- `400` — Bad request - invalid input
- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found
- `500` — Internal server error

---

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