cURL
curl --request DELETE \ --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId} \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "title": "<string>", "status": "<string>", "detail": "<string>", "instance": "<string>" }
트랜잭션은 수 분 내에 삭제됩니다.
The access token received from the authorization server in the OAuth 2.0 flow.
트랜잭션 식별자입니다. 트랜잭션이 성공적으로 생성된 후 응답에서 이 값을 받게 됩니다.
트랜잭션이 성공적으로 삭제되었습니다.
이 페이지가 도움이 되었나요?