{
  "name": "DeleteRunnerPool",
  "plane": "control",
  "terraformEligible": true,
  "subProduct": "runner",
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudDeploy.Runner.DeleteRunnerPool",
    "service": "deploy"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "expectedRevision": {
        "default": null,
        "format": "uint64",
        "minimum": 0.0,
        "type": [
          "integer",
          "null"
        ]
      },
      "poolId": {
        "type": "string"
      }
    },
    "required": [
      "poolId"
    ],
    "title": "DeleteRunnerPoolRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "EmptyResponse",
    "type": "object"
  }
}
