Delete Fileset

View as Markdown
Delete Fileset. Permanently deletes a fileset from the platform. Returns metadata about the deleted fileset. For local storage backends, this also deletes the underlying files.

Path parameters

workspacestringRequired
namestringRequired

Response

Successful Response
idstring
namestring
workspacestring
descriptionstring
purposeenum
storageobject
metadataobject

Tagged metadata container - the key indicates the type.

Example: metadata = FilesetMetadata( dataset=DatasetMetadataContent( schema={“columns”: [“id”, “name”]}, ) )

custom_fieldsmap from strings to any
projectstring
created_atstring
updated_atstring

Errors

422
Unprocessable Entity Error