Deletes the specified transaction for the authenticated user.
DELETE
/transactions/{transactionId}
curl \
--request DELETE 'https://ws.zipformplus.com/api/transactions/{transactionId}' \
--header "X-Auth-ContextId: $API_KEY"
Deletes the specified transaction for the authenticated user.
curl \
--request DELETE 'https://ws.zipformplus.com/api/transactions/{transactionId}' \
--header "X-Auth-ContextId: $API_KEY"