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
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
projectName
string
requiredYour project name. It is the name you provide when creating a project.
queueId
string
requiredYour queue ID. It is the ID of the queue you provided when creating it.
itemRunId
string
requiredQueue item run ID, obtained from the append queue item endpoint response.