Queue APIs
Delete Queue item
Delete queued item. If the item is currently processing, the delete will fail.
DELETE
/
{workspaceId}
/
projects
/
{projectName}
/
queues
/
{queueId}
/
items
/
{itemRunId}
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Your queue ID. It is the ID of the queue you provided when creating it.
Queue item run ID, obtained from the append queue item endpoint response.