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
Path parameters
id
UUID of the label to delete
Errors
401
Invalid or missing API credentials.
404
Resource not found.
500
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.