DocsDELETE - Remove
D

DELETE - Remove

Section Guide

Delete records permanently.

Module Interface
POST
/wb/
Parameters
Handshake Required
Name & TypeValues / Description
methodRequired
string (body)

"DELETE"

tableRequired
string (body)

Table name.

whereRequired
string (body)

SQL WHERE condition.

200 OKSuccess Response Object
application/json
{"err":false,"msg":"Data deleted!","code":200}