Bulk delete recommendation configurations

Deletes multiple recommendation configurations in a single request.

Request

DELETE /reco

Headers

HeaderValue
AuthorizationBearer <token>
Content-Typeapplication/json

Query Parameters

ParameterTypeRequiredDescription
idsarray of integersYesIDs of the recommendation configurations to delete.

Example Request

DELETE /reco?ids[]=1&ids[]=2&ids[]=3

Response

Returns a JSON object confirming deletion.

Example Response

{ "ok": true }