annotation_queue
Delete Queue Template
Delete a template from an annotation queue.
Validates that:
- Template exists
- Template belongs to the specified queue
- User has UPDATE permission on the queue
After deletion, remaining templates are renumbered to maintain sequential positions.
delete/annotation_queues/{queue_id}/templates/{template_id}
Path parameters
template_idstring uuid4 required
queue_idstring uuid4 required
Response
Successful Response
{"stackTrail":"paths:/annotation_queues/{queue_id}/templates/{template_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
the endpoint scheme security
ClassicAPIKeyHeaderwas added to the APIapi-security-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○