Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

lang(error)Filter by lang

Response codes

HTTP codeDescription
200Blacklists deleted
401The user does not meet the security criteria


Response format

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

[
    {
        "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"
    }
]
  • No labels