---
title: "Delete blacklisted numbers"
method: DELETE
path: "/blacklistednumber"
tags: ["blacklist"]
---

# Delete blacklisted numbers

`DELETE /blacklistednumber`

Removes one or more phone numbers from the blacklist, allowing them to reach your organization again.

## Request body

- BlacklistNumberDelete
  - `number` integer[], required — Request body envelope. Shape defined by schema 'BlacklistNumberDelete'. See individual field rows for contents.

## Response `200`

Confirmation of blacklist removal with result status

- PostResponse
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `err` string, required — Error message when result='error'. String. Empty/null on success.
  - `data` string — Response payload. Shape varies by endpoint.

## Other responses

- `default` — Unexpected error

---

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