Delete state
DELETE/api/v1/workspaces/:slug/projects/:project_id/states/:state_id/
Permanently remove a workflow state from a project. Default states and states with existing work items cannot be deleted.
Request
Responses
- 204
- 400
- 401
- 403
- 404
Resource deleted successfully
State cannot be deleted
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
The requested resource was not found.