Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 344 Bytes

DeleteDatasetRequest.md

File metadata and controls

18 lines (12 loc) · 344 Bytes

TrieveRubyClient::DeleteDatasetRequest

Properties

Name Type Description Notes
dataset_id String The id of the dataset you want to delete.

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::DeleteDatasetRequest.new(
  dataset_id: null
)