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

# Delete Contact

`DELETE /contacts/{id}`

Soft deletes a contact by ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Contact deleted

- MessageResponse
  - `success` boolean
  - `request_id` string
  - `message` string

## Other responses

- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.dev/supersend/apis/supersend-api.md) · [All operations](https://skmtc.dev/supersend/apis/supersend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supersend/supersend-api/revisions/f0cbeaa12643/schema)
