---
title: "Delete Blocked Domain"
method: DELETE
path: "/api/v1/company/block"
tags: ["Web Presence Review Blocklist"]
---

# Delete Blocked Domain

`DELETE /api/v1/company/block`

This API endpoint allows you to remove a domain from the block list.
This API requires a valid API key (X-API-KEY) to be  provided in the headers and is rate limited to 5 requests
per second.

## Request body

- DeleteBlockInput
  - `domain` string, required — The domain to be blocked.

## Response `200`

OK

- BlockMessage
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.net/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truebiz/truebiz-web-presence-review-api/revisions/22a9a6d3740a/schema)
