Delete a Transaction

Delete a transaction along with all of its components.

Delete a transaction.

Delete the specified transaction.

DELETEhttps://api.tradeaware.live-eo.com/transactions/{id}
Authorization
Path parameters
id*string
Response
Request
const response = await fetch('https://api.tradeaware.live-eo.com/transactions/{id}', {
    method: 'DELETE',
    headers: {
      "Authorization": "Bearer JWT"
    },
});
const data = await response.json();

Last updated