Delete a credit transaction
DELETE
/car-rental/customers/{customer_id}/credit-transactionsDeletes a customer credit transaction for a customer
Request
Path Params
customer_id
required
ID of the contact
transaction_id
required
ID of the transaction
Responses
OK(200)
Parameter Error(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
successful operation
Last modified: a day ago