mutation removeState($stateID: TerraformStateID!) { terraformStateDelete(input: { id: $stateID }) { errors } }