---
title: "Remove excluded domains"
method: DELETE
path: "/api/intellimatch/domains"
tags: ["Exclusion Lists"]
---

# Remove excluded domains

`DELETE /api/intellimatch/domains`

Removes one or more domains from the user's exclusion lists.

Only domains the user has permission to delete will be removed.

For domains in shared lists, the user must have removeDomains permission on the list.

For global domains (no list), the user must own the domain.

## Request body

- object
  - `ids` integer[], required — Array of domain IDs to delete.

## Response `200`

- union
  - object — Ok
    - `success` boolean
    - `deleted_count` integer
  - object — No permission
    - `success` boolean
    - `deleted_count` integer

## Other responses

- `401` — Unauthenticated
- `422` — Validation failed

---

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