Drop schema drop_attr
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"=>"drop_attr"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |