Delete Transaction
DELETE
/v1/transactions/source/{source}/externalId/{externalId}Request
Path Params
externalId
string
required
Transaction External Id
Example:
{{transactionExternalId}}
source
string
required
Transaction Source (should be [1-9])
Example:
{{source}}
Match pattern:
[1-9]
Request samples
Responses
Successful operation(204)
Something is wrong with your request(400)
Unauthorized(401)
Forbidden(403)
Internal Error(500)
Successful operation
HTTP Code: 204
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a day ago