Delete Score

Soft-delete a score. Only the creator or org admin can delete.

DELETE https://api.futureagi.com/model-hub/scores/{id}/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

id string Required

UUID of the score to delete

Response

204 No Content
deleted boolean
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.

GET /
Authentication
REQUEST
 
RESPONSE