Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 341 Bytes

DeleteUserApiKeyRequest.md

File metadata and controls

18 lines (12 loc) · 341 Bytes

TrieveRubyClient::DeleteUserApiKeyRequest

Properties

Name Type Description Notes
api_key_id String The id of the api key to delete.

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::DeleteUserApiKeyRequest.new(
  api_key_id: null
)