DeleteOrder

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

Add Feedback