Drop Attribute

POST {{HDB_ENDPOINT}}

  • operation (required) - this should always be "drop_attribute"
  • schema (required) - schema where the table you are dropping lives.
  • table (required) - table where the attribute you are dropping lives.
  • attribute (required) - attribute that you intend to drop.

NOTE: Dropping an attribute will delete all associated values in that table.

Request Body

{"operation"=>"drop_attribute", "schema"=>"dev", "table"=>"dog", "attribute"=>"lazy"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

""