keyspaces_delete_keyspace {paws.database}R Documentation

The DeleteKeyspace operation deletes a keyspace and all of its tables

Description

The delete_keyspace operation deletes a keyspace and all of its tables.

See https://www.paws-r-sdk.com/docs/keyspaces_delete_keyspace/ for full documentation.

Usage

keyspaces_delete_keyspace(keyspaceName)

Arguments

keyspaceName

[required] The name of the keyspace to be deleted.


[Package paws.database version 0.6.0 Index]