{
  "name": "RevokeOperatorAccessKey",
  "plane": "control",
  "terraformEligible": false,
  "protocol": {
    "kind": "rest",
    "method": "DELETE",
    "path": "/auth/directory/access-keys/{keyId}",
    "query": [],
    "headers": [
      "authorization"
    ],
    "body": false
  },
  "requestBody": "explicitlyEmpty",
  "responseBody": "json",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "keyId": {
        "type": "string"
      }
    },
    "required": [
      "keyId"
    ],
    "title": "RevokeOperatorAccessKeyRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "accessKeyId": {
        "type": "string"
      },
      "keyId": {
        "type": "string"
      },
      "status": {
        "type": "string"
      }
    },
    "required": [
      "accessKeyId",
      "keyId",
      "status"
    ],
    "title": "RevokeOperatorAccessKeyResponse",
    "type": "object"
  }
}
