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

# Delete a contact

`DELETE /{account}/contacts/{contact}`

Permanently deletes a contact from the account.

## Path parameters

- `account` integer, required
- `contact` integer, required

## Response `204`

Successfully deleted contact.

## Other responses

- `404` — The requested resource doesn't exist.

---

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