---
title: "Delete BCC Map"
method: POST
path: "/api/v1/delete/bcc"
tags: ["Address Rewriting"]
---

# Delete BCC Map

`POST /api/v1/delete/bcc`

Using this endpoint you can delete a BCC map, for this you have to know its ID. You can get the ID using the GET method.

## Request body

- object
  - `items` object — contains list of bcc maps you want to delete

## Response `200`

OK

- object
  - `log` unknown[] — contains request object
    - unknown
  - `msg` unknown[]
    - unknown
  - `type` 'success' | 'danger' | 'error'

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/mailcow/apis/mailcow-api.md) · [All operations](https://skmtc.dev/mailcow/apis/mailcow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mailcow/mailcow-api/revisions/ae01d1d7886a/schema)
