GoodMemGoodMem
ReferenceAPIREST APIRerankers

Delete a reranker

DELETE /v1/rerankers/{id}: Permanently deletes a reranker configuration.

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 on the requested reranker. This operation is safe to retry - may return NOT_FOUND if already deleted.

DELETE
/v1/rerankers/{id}
x-api-key<token>

In: header

Path Parameters

idstring

The unique identifier of the reranker to delete

Response Body

curl -X DELETE "https://your-goodmem-server.example.com/v1/rerankers/550e8400-e29b-41d4-a716-446655440000"
Empty
Empty
Empty
Empty
Empty