---
title: "Delete customer contact"
method: DELETE
path: "/customer-contacts/{id}"
tags: ["Customer Contacts"]
---

# Delete customer contact

`DELETE /customer-contacts/{id}`

Soft delete a customer contact (sets deletedAt timestamp).

The 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`

Customer 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/versions/c44e5e7a4256/schema)
