Annotation Configs
Delete an annotation config
Delete an annotation config by its ID. The annotation config must not be associated with an active annotation queue; remove it from those queues before deleting it. This operation is irreversible.
<Note>This endpoint is in beta, read more here.</Note>
delete/v2/annotation-configs/{annotation_config_id}
Path parameters
annotation_config_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique annotation config identifier (base64)
Response
Annotation config successfully deleted