drop schema test_delete_before (disabled)
POST {{host}}:{{port}}
This method is used to create a schema. It like all other functions requires basic auth.
Attributes:
operation (required) - must always be create_schema
schema (required) - name of the schema you are creating
Request Body
{"operation"=>"drop_schema", "schema"=>"test_delete_before"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Authorization | string |