Remove a site tracking domain

Remove a domain from the site tracking whitelist by name. The path segment is the domain itself, URL-encoded - no lookup step is needed, unlike DELETE /api/3/prism/urlWhitelistings/{domain_id}, which requires the whitelisting id.

Site tracking must be enabled; the request returns 403 while it is disabled, even for a domain that is on the whitelist. A domain that is not whitelisted returns 404 (API v2 tracking/whitelist/remove answered 200 with success: 0).

Reading or updating a single domain is not supported: GET and PUT on this path return 405 with Allow: DELETE.

Path Params
string
required
Defaults to example.com

The whitelisted domain to remove, URL-encoded (for example %2A.example.com for *.example.com)

Responses
204

204 - no content

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json