메인 콘텐츠로 건너뛰기
DELETE
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
documents
/
{documentId}
지정된 트랜잭션에서 해당 문서를 삭제합니다
curl --request DELETE \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/documents/{documentId} \
  --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.

경로 매개변수

transactionId
string<uuid>
필수

트랜잭션 식별자

documentId
string<uuid>
필수

트랜잭션 문서 식별자

응답

트랜잭션 문서가 성공적으로 삭제되었습니다