delete
https://{youraccountname}.api-us1.com/api/3/siteTrackingDomains/
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.
204204 - no content
