Delete recommendation configuration

Deletes a single recommendation configuration by its ID.

Request

DELETE /reco/{id}

Headers

HeaderValue
AuthorizationBearer <token>

Path Parameters

ParameterTypeRequiredDescription
idintegerYesID of the recommendation configuration to delete.

Example Request

DELETE /reco/1

Response

Returns a JSON object confirming deletion.

Example Response

{ "ok": true }