Versions Compared

Key

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

Method description

Deletes blacklists from an instance. It's possible deletes every blacklist of a instance by lang, including the lang in the petition as parameter.

Security

The calling user must have the EB_ROOT, EB_ADMIN, EB_APP, SEARCH_ADMIN or SEARCH_MANAGER role for this instance or the global instance.

Parameters

...

Name

...

Required

...

Description

...

Response codes

...

Response format

A 200 OK response will contain a list of objects with the deleted blacklists data.

Code Block
languagexml
[
    {
        "created_on": "2017-07-10T11:24:39",
        "id": "596363f7f9cddac567324424",
        "lang": "ES",
        "terms": "prueba 1 ES",
        "updated_on": "2017-07-10T11:24:39"
    },
    {
        "created_on": "2017-07-10T18:35:30",
        "id": "5963c8f2f9cddac56732443c",
        "lang": "ES",
        "terms": "prueba 2 ES",
        "updated_on": "2017-07-10T18:35:30"
    },
    {
        "created_on": "2017-07-10T18:35:30",
        "id": "5963c8f2f9cddac56732443d",
        "lang": "ES",
        "terms": "prueba 3 ES",
        "updated_on": "2017-07-10T18:35:30"
    },
    {
        "created_on": "2017-07-10T18:35:30",
        "id": "5963c8f3f9cddac56732443e",
        "lang": "ES",
        "terms": "prueba 4 ES",
        "updated_on": "2017-07-10T18:35:31"
    }
]

Dependencies

...

This method is deprecated. User /<instance_id>/blacklists - DELETE

...


Include Page
/<instance_id>/blacklists - DELETE
/<instance_id>/blacklists - DELETE