---
title: "Remove a contact from the deny list."
method: DELETE
path: "/v1/organization-management/notifications/deny-list"
tags: ["Notifications"]
---

# Remove a contact from the deny list.

`DELETE /v1/organization-management/notifications/deny-list`

Remove a contact from the organization's notification deny list. The contact will resume receiving delivery notifications.

## Request body

- AddContactToDenyListSerializer — Expected payload for endpoint assigning role names to a user.
  - `type` string, required — The type of contact to add to the deny list.
  - `value` string, required — The value of the contact to add to the deny list.

## Response `200`

OK

- SuccessResponse — Representation of a success response.
  - `success` boolean, required — Whether the operation was successful.

## Other responses

- `422` — Unprocessable Content

---

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