---
title: "Delete a domain blacklist rule"
method: DELETE
path: "/v3/contact-blacklist-rules/domains/{id}"
tags: ["Contact Blacklist Rules"]
---

# Delete a domain blacklist rule

`DELETE /v3/contact-blacklist-rules/domains/{id}`

<small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>

Deletes an existing domain blacklist rule. Global rules (seeded by the system) cannot be deleted.

## Path parameters

- `id` integer, required

## Response `204`

Domain blacklist rule deleted successfully. The response body is empty.

- unknown

## Other responses

- `400` — Route parameter validation failure (e.g. `id` not a positive integer), or a business-rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — Global (system) rule cannot be deleted
- `404` — Domain blacklist rule not found
- `429` — Too Many Requests

---

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