Delete Dataset By Id
Delete a dataset by its unique identifier
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
dataset_id
Response
Successful Response
created_dt
The created datetime of the resource in ISO 8601 format.
created_by
ID of the user who added the asset to the dataset.
id
The unique identifier for the dataset.
name
Name of the dataset, must be unique per organization and must only contain alphanumeric and underscore characters.
embeddings
The encoders of the dataset.
encoders
The encoders of the dataset.
description
A short summary of what the dataset includes or is intended for.
allowed_asset_types
Types of assets allowed in this dataset.
status
The status of the dataset.
keyframe_sampling_method
Sampling method to extract keyframes from videos in dataset.
store_original
Whether the original file is stored.
store_preview
Whether preview files are stored.
updated_dt
The datetime the resource was last updated in ISO 8601 format.
updated_by
ID of the user who last updated the asset.
deleted_dt
Timestamp if the resource was deleted.
deleted_by
ID of the user who deleted the resource.
keyframe_uniform_fps_sampling_rate
FPS rate used for uniform sampling.
metadata_fields_to_index
The metadata fields to index for the dataset.
metadata_fields_to_embed
The metadata fields to embed for the dataset.
dataset_config
Errors
422
Unprocessable Entity Error
