---
title: "Add contacts to blacklist"
method: POST
path: "/contacts/my/blacklist/{service}"
---

# Add contacts to blacklist

`POST /contacts/my/blacklist/{service}`

Insert existing contacts to a service’s blacklist.

## Path parameters

- `service` string, required

## Headers

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

## Request body

- object
  - `contacts` string[], required — The contacts' ids.

## Response `200`

200

- object
  - `updated` integer

## 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/revisions/5cef04e8f7d8/schema)
