跳转到主要内容
POST
/
api
/
publicapi
/
v1
/
catalogs
/
{catalogId}
/
records
/
delete
从目录中删除指定的记录
curl --request POST \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId}/records/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '[
  "<string>"
]'
{
  "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。可在所有目录的列表中找到。

请求体

要删除的记录 ID 数组

Required array length: 1 - 5000 elements

响应

成功