Delete Annotation Score — API
Soft-delete an annotation score by UUID. Only the score creator or an org admin can delete. Returns HTTP 204 on success.
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.