- Get an application token.
- Create a table in your keyspace
- You may wish to list all the tables to verify the table name for the table you wish to drop:
Dropping a table
Send a DELETE request to /api/rest/v2/schemas/keyspaces/undefined/tables/undefined to delete a table. All data will be deleted along with the table schema.
If the call is successful, a 204 message is returned.