stores
Clear the store's learned scoring function
Delete a store's trained weights and everything they were trained on.
Removes the trained model, the captured searches and the relevance signals collected for them, and stops applying the model to searches. The store stays opted into config.lsf: it starts capturing again immediately and retrains from scratch on the next run.
Args: store_identifier: The ID or name of the store.
Returns: StoreLsfCleared: Confirmation that the learned scoring function was cleared.
delete/v1/stores/{store_identifier}/lsf
Path parameters
The ID or name of the store
Response
Confirmation that the learned scoring function was cleared
Changes
Changed in 1 of the 30 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○