/currentUser/workLists/{workListId} - Delete a worklist
Deletes a worklist for all users.
End-point
DELETE | /currentUser/workLists/{workListId} |
Path parameters
Field | Description |
---|---|
|
The ID for the worklist. |
Possible response
HTTP status | Description |
---|---|
200 |
The operation completed successfully |
401 |
There is no session or the session is invalid |
Response body
Field | Type | Description |
---|---|---|
|
String |
If successful, returns "worklist deleted" notification |