Delete Fileset

View as Markdown
Delete Fileset. Permanently deletes an unreferenced fileset from the platform. Referencing model or adapter entities must be relinked or deleted first. 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

409
Conflict Error
422
Unprocessable Entity Error
503
Service Unavailable Error