Delete work items in a queue
- Zuletzt aktualisiert2022/11/09
Delete work items in a queue
Send a POST request from the workload management API to delete specific work items from specific queues.
Prerequisites
- AAE_Queue Admin role
- You need a user account with the AAE_Queue Admin role to query and manage workload queues and work items in an Control Room.
- JSON Web Token (JWT)
- All Control Room APIs require a JSON Web Token (JWT) to access the APIs. Generate an authentication token using the Enterprise 11 Authentication API.
- URL:
http://<your_control_room_url>/v2/wlm/queues/{id}/workitems/delete
- Method: POST
Note:
- Use the Swagger definition files installed with your Control Room to test the APIs. View the available Swagger APIs at
http://<your_control_room_url>/swagger/
. - You can also use a REST client to complete this task.