Delete work item
DELETE/api/v1/workspaces/:slug/projects/:project_id/issues/:pk/
Permanently delete an existing work item from the project. Only admins or the item creator can perform this action.
Request
Responses
- 204
- 401
- 403
- 404
Resource deleted successfully
Authentication credentials were not provided or are invalid.
Only admin or creator can perform this action
Work item not found