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