Jobs - Delete Jobs_test schema

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_job"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring