HTTP APIMySQL数据库数据操作删除数据(指定数据库)删除数据(指定数据库)DELETE /v1/rdb/rest/:schema/:table删除指定数据库中表的数据RequestPath Parametersschema stringrequired数据库名table stringrequired表名Responses200204删除成功删除成功(无返回体)Loading...