Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request Method:
DELETE

Status Code:
200 OK

...

3.6. Remove Domains List

Request URL:
https://manage.aniview.com/api/adserver/domain/<Domain_List_Id>?format=json

Request Method:
DELETE

Status Code:
200 OK

Request payload:

Code Block
{
    "_id": {
        "$oid": "<Domain_List_Id>"
    }
}