Undeploy schema
To undeploy an existing schema, use the following mutation.
mutation dropSchema {
undeploySchema(
"keyspace": "library"
"expectedVersion": "bd94fb30-e4f5-11eb-9cf6-afef380162ee")
}
{
"data": {
"undeploySchema": true
}
}
The keyspace name and schema version must be supplied.
One option is available, force
, to force an erasure of the schema.