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

카탈로그 식별자입니다. 전체 카탈로그 목록에서 확인할 수 있습니다.

응답

모든 레코드가 카탈로그에서 성공적으로 삭제되었습니다