Remove an existing domain from DLL whitelist

DELETE dll_whitelist_domains

The DELETE dll_whitelist_domains API removes an existing domain from your organization's DLL domain whitelist.

📘

Note:

Only an org admin can call this API.

Resource URL

{CAMPAIGN_API_ENDPOINT}/rest/orgs/{orgId}/dll_whitelist_domains/{domainId}

Response codes

CodeNameDescription
204No contentRequest was successful.
400Bad requestMalformed, missing, otherwise invalid values supplied with the request. The error message will provide more details.
403ForbiddenThe user does not have access to this resource.
404Not foundThe requested resource was not found.