langsmith.client.Client.delete_annotation_queue#

Client.delete_annotation_queue(queue_id: UUID | str) None[source]#

Delete an annotation queue with the specified queue ID.

Parameters:

queue_id (ID_TYPE) – The ID of the annotation queue to delete.

Return type:

None