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

# Delete a contact

`DELETE /contacts/{identifier}`

## Path parameters

- `identifier` string, required

## Response `204`

Contact deleted

## Other responses

- `400` — bad request
- `404` — Contact not found
- `405` — You're not allowed to delete registered email contact with Brevo

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
