跳转到主要内容
POST
/
api
/
publicapi
/
v1
/
catalogs
/
{catalogId}
/
clear
删除目录中的所有记录
curl --request POST \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId}/clear \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": "<string>",
  "detail": "<string>",
  "instance": "<string>"
}

授权

Authorization
string
header
必填

The access token received from the authorization server in the OAuth 2.0 flow.

路径参数

catalogId
string
必填

目录 ID。可在所有目录的列表中找到。

响应

目录中的所有记录已成功删除