DeleteScope
Deletes a scope and all its collections (Couchbase 7 and up)
Input
| Name | Type | Required | Description |
| Bucket | String | True | The name of the bucket containing the scope. |
| Name | String | True | The name of the scope to delete. |
Result Set Columns
| Name | Type | Description |
| Success | Bool | Whether or not the scope was successfully deleted. |