메인 콘텐츠로 건너뛰기
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

응답

성공