跳轉到主要內容
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
必填

目錄識別碼。您可以在所有目錄的清單中找到此識別碼。

主體

要刪除的記錄識別碼陣列。

Required array length: 1 - 5000 elements

回應

成功