---
title: "Delete User Contacts"
method: DELETE
path: "/api/user/contacts"
tags: ["user"]
---

# Delete User Contacts

`DELETE /api/user/contacts`

Delete specific contacts by their external IDs.
Users can only delete their own contacts (enforced by RLS).

## Request body

- DeleteContactsRequest — Request model for deleting specific contacts.
  - `contact_ids` string[], required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2025-12-10** `24f3127dab7f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/user/contacts/delete.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
