Delete a reranker
Permanently deletes a reranker configuration. This operation cannot be undone and immediately removes the reranker record from the database.
SIDE EFFECTS: Invalidates any cached references to this reranker; does not affect historical usage data or audit logs. Requires DELETE_RERANKER_OWN permission for rerankers you own (or DELETE_RERANKER_ANY for admin users). This operation is safe to retry - may return NOT_FOUND if already deleted.
x-api-key<token>
In: header
Path Parameters
idstring
The unique identifier of the reranker to delete
Response Body
curl -X DELETE "http://localhost:8080/v1/rerankers/550e8400-e29b-41d4-a716-446655440000"Empty
Empty
Empty
Empty
Empty