Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 706 Bytes

SQL-Drop-Bucket.adoc

File metadata and controls

31 lines (20 loc) · 706 Bytes

SQL - DROP BUCKET

edit

Removes the bucket and all of its content. This operation is permanent and cannot be rolled back.

Syntax

DROP BUCKET <bucket-name>|<bucket-id>
  • <bucket-name> Defines the name of the bucket you want to remove.

  • <bucket-id> Defines the ID of the bucket you want to remove.

Examples

  • Remove the bucket Account:

ArcadeDB> DROP BUCKET Account

For more information, see: