Delete Queue
The Delete Queue component in Robbot RPA allows you to delete a queue. Queues are used to store and manage data or tasks, and the Delete Queue component provides a convenient way to remove a specific queue.
Parameters
Queues : Select the queue you want to delete. This parameter allows you to choose the desired queue. Type : String
Result : Returns the status of the operation. The component will return true if the queue is successfully deleted, indicating that the queue has been removed. Conversely, it will return false if any issues were encountered during the process. Type : Boolean
Usage
To use the Delete Queue component in your Robbot RPA project, follow these steps:
Drag and drop the Delete Queue component to the activity adding section of the Run Api Connect component.
Configure the component by providing the necessary inputs:
Select the queue you want to delete from the Queues parameter. Continue building your sequence or workflow by adding other components or actions.
Execute your sequence or workflow. The Delete Queue component will delete the specified queue.
By incorporating the Robbot RPA Delete Queue component into your automation workflow, you can efficiently manage and manipulate queues, allowing for streamlined data or task management in your automation processes.