Deletes multiple recommendation configurations in a single request.
Request
DELETE /reco
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Content-Type | application/json |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | array of integers | Yes | IDs 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 }
