DeletePayment

Usage
Delete a payment by the ID
Basic URI
/DesktopModules/RazorCart/Services/v1/Payments/{id}
Parameters
int id               The payment Id
AUTH
Bearer JWT
Required Scope(s)
payments, delete
 
Request
DELETE https://domain.com/DesktopModules/RazorCart/Services/v1/Payments/33 HTTP/1.1
Authorization: Bearer {access_token}
Content-Type: application/json
 
Response
{}

Add Feedback