Sale Endpoints
Delete Sale
Deletes a sale based on the ID provided
DELETE
/
sales
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
saleId
integer
requiredThe sale ID to delete