Skip to main content

Overview

The delete() method allows you to permanently delete a dataset and all its associated data. This action is irreversible, so use with caution.
Irreversible Action: Deleting a dataset permanently removes all associated logs and metadata. This action cannot be undone.

Method Signature

Synchronous

Asynchronous

Parameters

str
required
The unique identifier of the dataset to delete.

Returns

Returns True if the dataset was successfully deleted, False otherwise.

Examples

Basic Dataset Deletion

Safe Deletion with Confirmation

Conditional Deletion

Bulk Deletion