Delete a Transaction Component

Remove a component from a transaction

Delete a component.

Delete the specified component.

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

Last updated