Delete transaction
DELETE/events-manager-pro/v1/bookings/transactions/:transaction_id
Deletes one payment transaction record. This removes the transaction row only; it does not refund money or call the payment gateway.
Requestβ
Responsesβ
- 200
- 400
- 401
- 403
- 404
- 500
Transaction delete response.
Bad request.
Authentication required or failed.
Authenticated user cannot perform this action.
Requested resource was not found.
Unexpected server error.