---
title: "Delete usernames from the denylist"
method: DELETE
path: "/username/deny/"
tags: ["Profile"]
---

# Delete usernames from the denylist

`DELETE /username/deny/`

This endpoint removes the provided list of usernames from the denylist.
If a username is in use and therefore cannot be removed from the denylist, it is skipped and returned as part of the response.

Important note: denylists rely on unique usernames being enforced at the organization level.

## Headers

- `x-m2-organization-id` string, required

## Request body

- string[] — An array of usernames to remove from the denylist

## Response `200`

The response of deleting usernames from the denylist

- object — The response of deleting usernames from the denylist
  - `usernamesDeleted` string[], required
  - `usernamesInUse` string[], required

## Other responses

- `207` — The response of deleting usernames from the denylist

---

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