Delete Records with Instance and Schema
DELETE/v1/rdb/rest/:instance/:schema/:table
Delete data from tables in the specified instance and database
Request
Path Parameters
instance stringrequired
Database instance identifier
schema stringrequired
Database name
table stringrequired
Table name
Responses
- 200
- 204
Deletion successful
Deletion successful (no response body)
Loading...