Skip to content

Instantly share code, notes, and snippets.

@seanmtracey
Created September 3, 2018 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanmtracey/9dc00459393d890a821b4a80275d0062 to your computer and use it in GitHub Desktop.
Save seanmtracey/9dc00459393d890a821b4a80275d0062 to your computer and use it in GitHub Desktop.
Instructions to clear CloudantDB Documents
  1. First up, head to https://console.bluemix.net and find your Cloudant DB instance. Click on it to be taken to the service page.
  2. Next, click on the "Launch Cloudant Dashboard" button at the top-right of your screen. This will take you to the dashboard for your Cloudant DB instance
  3. You should be taken to the 'databases' view (if not, click on the icon on the far left of the screen that looks like stacked pancakes). Click the database that you would like to delete the records from
  4. A table with rows of your documents should appear.
  • If you only want to delete select documents from your database, click the individual checkboxes on the left-hand side of each row in the tabl
  • If you want to delete all of the documents in this view, clickbox just above the table on the left-hand side
  1. When you've selected some (or all) of your records, a trash can icon will appear at the top left of the table. Click it to delete the selecte rows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment