This endpoint hard deletes all versions of a dataset example(s).
public class ExampleHardDeleteParams extends ParamsThis endpoint hard deletes all versions of a dataset example(s). Deletion is performed by setting inputs, outputs, and metadata to null and deleting attachment files while keeping the example ID, dataset ID, and creation timestamp. IMPORTANT: attachment files can take up to 7 days to be deleted. inputs, outputs and metadata are nullified immediately.
ExampleIDs is a list of UUIDs identifying the examples to delete.
HardDelete indicates whether to perform a hard delete.
Returns the raw JSON value of [exampleIds].
Returns the raw JSON value of [hardDelete].
Additional headers to send with the request..
Additional query param to send with the request..
Returns a mutable builder for constructing an instance of [ExampleHardDeleteParams].
Sets the entire request body.
ExampleIDs is a list of UUIDs identifying the examples to delete.
ExampleIDs is a list of UUIDs identifying the examples to delete.
Adds a single [String] to [exampleIds]..
HardDelete indicates whether to perform a hard delete.
HardDelete indicates whether to perform a hard delete.
Returns an immutable instance of [ExampleHardDeleteParams].
ExampleIDs is a list of UUIDs identifying the examples to delete.
HardDelete indicates whether to perform a hard delete.
Returns the raw JSON value of [exampleIds].
Returns the raw JSON value of [hardDelete].
Returns a mutable builder for constructing an instance of [ExampleHardDeleteParams].
ExampleIDs is a list of UUIDs identifying the examples to delete.
ExampleIDs is a list of UUIDs identifying the examples to delete.
Adds a single [String] to [exampleIds]..
HardDelete indicates whether to perform a hard delete.
HardDelete indicates whether to perform a hard delete.
Returns an immutable instance of [ExampleHardDeleteParams].