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
Example request
{
"ids": [
1,
2,
3
]
}Response
Example response
{
"success": true,
"deleted_count": 3
}