Delete Score
Soft-delete a score. Only the creator or org admin can delete.
DELETE
https://api.futureagi.com/model-hub/scores/{id}/ Authentication
Path parameters
id
UUID of the score to delete
Response
204 No Content deleted
Returns
true when the score has been successfully soft-deleted. Note
This performs a soft-delete. The score record is marked as deleted but not permanently removed from the database. The associated legacy TraceAnnotation is also soft-deleted.