Delete Annotation Label — API

Soft-delete an annotation label by UUID. Deleted labels are hidden but recoverable via the restore endpoint. Returns HTTP 204 on success.

DELETE https://api.futureagi.com/model-hub/annotations-labels/{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 label to delete

Errors

401 Unauthorized Optional

Invalid or missing API credentials.

404 Not Found Optional

Resource not found.

500 Internal Server Error Optional

Unexpected server error.

Note

This performs a soft-delete. The label is marked as deleted and will no longer appear in list queries, but it is not permanently removed. Use the Restore Label endpoint to undo a deletion.

GET /
Authentication
REQUEST
 
RESPONSE