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 7 Current »

Method description

Deletes a blacklist from an instance.

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

None

Response codes

HTTP codeDescription
200Blacklist deleted
401The user does not meet the security criteria
404Blacklist not found


Response format

A 200 OK response will contain a single object with the deleted blacklist data.

{
  "created_on": "2017-02-16T11:15:38",
  "id": "58a589daf9cdda64063f65fa",
  "lang": "es_ES",
  "terms": "prueba 1 es_ES",
  "updated_on": "2017-02-16T11:15:38"
}
  • No labels