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

# Delete a contact

`DELETE /v1/contacts/{contact_id}`

Deletes a non-guardian contact from the gateway ACL store and the assistant mirror. 404 when the contact exists in neither; 403 for guardian contacts.

## Path parameters

- `contact_id` string, required

## Response `204`

Successful response

---

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