Delete a Transaction
Learn about deleting transactions.
Delete a transaction
Endpoint | Method | Key values | Required fields |
---|---|---|---|
/v2/transactions/{id} | DELETE | id | id |
This request deletes a transaction stored in the host system.
Path parameters
Parameter | Details | Description |
---|---|---|
id | Required string length between 1 and 40 | An identifier that further defines the document and corresponds to the transaction stored in the host system. The Transaction ID is used for synchronization services, but is not used for reporting purposes. |
Sample response - Delete transaction
{
"transactionId": "string",
"meta": {
"app": "string",
"timeElapsed(ms)": 0,
"timeReceived": "2024-03-07T22:45:29Z",
"timeElapsedDetails": [
{
"key": "string",
"value": "string"
}
]
}
}
Updated 3 months ago