Skip to content

Delete a 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.

Path Parameters

project_id:requiredstring

Project ID

slug:requiredstring

Workspace slug

state_id:requiredstring

State ID

Scopes

projects.states:write

Delete a state
bash
curl -X DELETE \
  "https://api.plane.so/api/v1/workspaces/my-workspace/projects/550e8400-e29b-41d4-a716-446655440000/states/550e8400-e29b-41d4-a716-446655440001/" \
  -H "X-API-Key: $PLANE_API_KEY" \
  # Or use -H "Authorization: Bearer $PLANE_OAUTH_TOKEN" \
Response204

No response body.