Skip to content

Delete Keyspace

keyspaces_delete_keyspace 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.

Usage

keyspaces_delete_keyspace(keyspaceName)

Arguments

keyspaceName

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

Value

An empty list.

Request syntax

svc$delete_keyspace(
  keyspaceName = "string"
)