---
title: "Delete multiple contacts"
method: DELETE
path: "/contacts/my"
---

# Delete multiple contacts

`DELETE /contacts/my`

Delete multiple contacts that exist in the specified account.

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Request body

- object
  - `contacts` string[], required — The ids of the contacts that will be deleted.

## Response `200`

200

- string[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
