---
title: "Remove BlocklistItems From Text Blocklist"
method: POST
path: "/text/blocklists/{blocklistName}:removeBlocklistItems"
---

# Remove BlocklistItems From Text Blocklist

`POST /text/blocklists/{blocklistName}:removeBlocklistItems`

Remove blocklistItems from a text blocklist. You can remove at most 100 BlocklistItems in one request.

## Path parameters

- `blocklistName` string, required

## Query parameters

- `api-version` string, required

## Request body

- RemoveTextBlocklistItemsOptions — The request to remove blocklistItems from a text blocklist.
  - `blocklistItemIds` string[], required — Array of blocklistItemIds to remove.

## Response `204`

There is no content to send for this request, but the headers may be useful.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-contentsafety.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-contentsafety/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-contentsafety/versions/d4969093cba0/schema)
