跳轉到主要內容
DELETE
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
刪除此處理作業
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>"
}

授權

Authorization
string
header
必填

The access token received from the authorization server in the OAuth 2.0 flow.

路徑參數

transactionId
string<uuid>
必填

交易識別碼。您會在成功建立處理作業後的回應中收到它。

回應

交易已成功刪除。