latestOpenAPI 3.0.32026-08-08360156.4 KB

ae7fddf16bf9

Exclusion Lists

Remove excluded 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.

delete/api/intellimatch/domains

Request body

idsinteger[] required

Array of domain IDs to delete.

Example request

{
  "ids": [
    1,
    2,
    3
  ]
}

Response

OR

Example response

{
  "success": true,
  "deleted_count": 3
}