Queue APIs
Delete Queue Repeat Item
Deletes a repeatable item by ID. The item will no longer be re-appended to the queue.
DELETE
/
{workspaceId}
/
projects
/
{projectName}
/
queues
/
{queueId}
/
repeatItems
/
{itemId}
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.
Repeat Item ID