cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#AZURE_DEVOPS_DELETE_WORKITEM' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "AZURE_DEVOPS_DELETE_WORKITEM", "parameters": { "project": "<string>", "workItemId": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Specify a project to perform the operation in
Work Item ID : The ID of the work item to delete.
Success
Was this page helpful?