SQL_delete

POST http://localhost:9925

Method for SQL delete.

  • operation (required) - must always be 'sql'
  • sql (required) - use standard SQL

Request Body

{"operation"=>"sql", "sql"=>"DELETE FROM dev.dog WHERE id = 1"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"message":"records successfully deleted"}