You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deletes workspace item with the given UUID. The deletion includes the deletion of the item object that is associated to the given workspace item.
212
215
216
+
Available Response Codes are
217
+
218
+
* 204 No content - if the operation succeed
219
+
* 401 Unauthorized - if the requester is not authenticated
220
+
* 403 Forbidden - if the requester does not have sufficient permissions ((deletion of workspace items can only be requested by the submitter of the workspace item or administrators)
221
+
* 404 Not found - if the workspace item doesn't exist
0 commit comments