Smithery

organizations.api_keys.delete

Deletes an API key belonging to the organization. Requires admin role.

Remote smithery

Other tools also called organizations.api_keys.delete? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "keyId": {
      "type": "string",
      "description": "path parameter"
    },
    "orgId": {
      "type": "string",
      "description": "path parameter"
    }
  }
}