Delete intake work item
DELETE/api/v1/workspaces/:slug/projects/:project_id/intake-issues/:issue_id/
Permanently remove an intake work item from the triage queue. Also deletes the underlying work item if it hasn't been accepted yet.
Request
Responses
- 204
- 401
- 403
- 404
Resource deleted successfully
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
The requested resource was not found.