Delete transaction

Overview

Use this method to delete a transaction from the system.

Request example

curl -X DELETE \
     'https://api.sumsub.com/resources/kyt/txns/64ccaee3c033214e4a4c5e0a' \
     -H 'accept: application/json'

Response explained

If the request is successfully sent and processed, you will receive the following response:

{
  "deleted": 1
}

If the request fails, you will receive an HTTP response containing an error code along with a message explaining the error. For example:

{
  "code": 400,
  "correlationId": "cfdecb2ca0e8b23f6f064492df0c44a8",
  "errorCode": 0,
  "description": "Invalid id '1duy7g9svsijfi4b56eex'"
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!