Skip to main content

Function: deleteScorer()

function deleteScorer(scorerId: string): Promise<DeleteScorerResponse>;
Defined in: src/utils/scorers.ts Deletes a scorer by its unique identifier.

Parameters

scorerId

string The unique identifier of the scorer to delete.

Returns

Promise<DeleteScorerResponse> A promise that resolves to a response containing a success message.