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

# Delete a contact

`DELETE /numbers/contacts/{id}`

Removes a contact from the authenticated owner's address book. 404 if it doesn't exist or isn't owned by the caller.

## Path parameters

- `id` string, uuid, required

## Response `204`

Contact deleted

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-08-13** `02da4f9ce3fd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/numbers/contacts/:id/delete.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/02da4f9ce3fd/schema)
