---
title: "Delete a contact"
method: DELETE
path: "/contacts/my/{id}"
---

# Delete a contact

`DELETE /contacts/my/{id}`

Delete an already existing contact providing the contact’s id.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `id` string
  - `firstName` string
  - `lastName` string
  - `mobile` string
  - `country` string
  - `vip` boolean
  - `groups` string[]
  - `blacklistedServices` object[]
  - `labels` object[]

## 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)
