Versions Compared

Key

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

Method description

...

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
200Boost deleted
401The user does not meet the security criteria
404Boost not found

 

Response format

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

Code Block
{
  "enabled": true,
  "zero_results": false,
  "references": [
    {"ref": "SKU12341234", "title": "..."}
  ],
  "keywords": ["blue trousers"],
  "activation_date": null,
  "deactivation_date": null,
  "langs": ["en_US", "en_GB"],
  "extra": {}
}

Dependencies

...