edjx file delete
Deletes a specific file in a bucket.
Options
Option | Required | Type | Description |
---|---|---|---|
|
Yes |
string |
The file to be deleted from the bucket. |
|
No |
UUID |
The bucket UUID associated with the file. |
Global Flags
Option | Required | Type | Description |
---|---|---|---|
|
No |
Displays inline help for the command. |
|
|
No |
string |
Location of client configuration file (default file path is |
Delete file in bucket
-
Make sure you are in the organization view.
edjx config organization -i
-
Switch to the bucket with the file you want to delete.
edjx config bucket -i
-
List the files in the bucket.
edjx file list
-
Copy the Name you want to delete.
-
Execute the file delete command.
edjx file delete <file-name>