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 5 Next »

Method description

Delete an equalize setting 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
200Equalize deleted
400The equalize cannot be removed because it is currently enabled
401The user does not meet the security criteria
404Equalize not found

 

Response format

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

{
  "id": 1461321668,
  "title": "My Custom Setting",
  "enabled": false,
  "created_on": "2017-04-24T10:28:37",
  "updated_on": "2017-04-24T10:28:37",
  "fields": [
    {"field": "title", "boost": 50},
    {"field": "description", "boost": 20},
    {"field": "price", "boost": 10}
  ]
}
  • No labels