# Delete Transaction **DELETE /transactions/{transactionId}** Deletes the specified transaction for the authenticated user. ## Servers - Production: https://ws.zipformplus.com/api (Production) - Staging/QA: https://api.pre.zipformplus.com/api (Staging/QA) ## Authentication methods - Context auth ## Parameters ### Path parameters - **transactionId** (string(uuid)) Transaction GUID ## Responses ### 200 Transaction deleted successfully ### 401 Unauthorized ### 404 Transaction not found [Powered by Bump.sh](https://bump.sh)