---
title: "Delete a contact"
method: DELETE
path: "/api/reach/v1/contacts/{uuid}"
tags: ["Reach: Contacts"]
---

# Delete a contact

`DELETE /api/reach/v1/contacts/{uuid}`

Delete a contact with the specified UUID.

This endpoint permanently removes a contact from the email marketing system.

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Success response

- CommonSuccessEmptyResource
  - `message` string

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

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