Delete data

更新时间:
复制 MD 格式

Form mode

On the Delete Data page under Vector Management > Add Data, you can delete data by its primary key.

Select form mode, select test_create from the Table Name drop-down list, enter 1 in the Primary Key field, and click Delete.

The "message": "success" response indicates the data was successfully deleted.

Developer mode

On the Delete Data page under Vector Management > Add Data, select Developer Mode in the upper-right corner.

From the Table Name drop-down list, select test_create.

In the id field, enter the primary key, and then click Delete.

The "message": "success" response indicates the data was successfully deleted.