delete-file-upload

Delete a file upload.

Commands

  • delete-file-upload <REPO> <UUID>

Example

pearing-cli delete-file-upload website a1b2c3d4-...

Help Output

Delete a file upload.

Usage: pearing-cli delete-file-upload <REPO> <UUID>

Arguments:
  <REPO>  Repo locator (`teams/<team_slug>/<repo_slug>` or `<username>/<repo_slug>`)
  <UUID>  File upload UUID

Options:
  -h, --help  Print help

Notes

  • Deletes are permanent from the caller's perspective.