Delete Label

Soft-delete an annotation label.

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

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