删除附件的REST API咨询

根据下面一个附件的URL举例,如果要删除,如何定位nameparent_path?还是要通过调用其它API来获得这些参数?
https://cloud.seatable.cn/workspace/120641/asset/e7a51e8a-a192-4ae7-b642-6553c9bacc5e/files/collection-tables/2022-08/GlobalProtectLogs.zip

Delete an asset

DELETE /api/v2.1/dtable-asset/:dtable_uuid/

Request parameters

  • name: file/dir name
  • parent_path: where file/dir is in

您好,抱歉给您使用带来困惑,具体您样例中的 URL,定位 name, parent_path 如下
https://cloud.seatable.cn/workspace/120641/asset/e7a51e8a-a192-4ae7-b642-6553c9bacc5e/files/collection-tables/2022-08/GlobalProtectLogs.zip

parent_path: files/collection-tables/2022-08
name: GlobalProtectLogs.zip

之后我们会优化 API,只需传递路径即可删除附件

多谢回复,我试下!