---
title: "Deletes a specific blocked keyword from the specified Group."
method: DELETE
path: "/v1/groups/{groupId}/blocked-keywords/{keywordId}"
tags: ["Bans and blocks", "Groups"]
---

# Deletes a specific blocked keyword from the specified Group.

`DELETE /v1/groups/{groupId}/blocked-keywords/{keywordId}`

## Path parameters

- `groupId` integer, required
- `keywordId` string, required

## Response `200`

OK

## Other responses

- `400` — 1: Group is invalid or does not exist. 3: KeywordId is invalid. 4: Invalid request.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 9: User is invalid or does not exist. 10: Insufficient permissions to complete the request.
- `404` — 7: Not found.
- `405` — 31: Service is currently unavailable.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/ece7c5a315e7/schema)
