cURL
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>" }
The access token received from the authorization server in the OAuth 2.0 flow.
카탈로그 식별자입니다. 전체 카탈로그 목록에서 확인할 수 있습니다.
삭제할 레코드 식별자 배열입니다.
1 - 5000
성공
이 페이지가 도움이 되었나요?