Delete Sell

Requires authentication

HTTP Request

DELETE connector/api/sell/{sell}

URL Parameters

Parameter Status Description
sell required id of the sell to be deleted

Example request:

curl -X DELETE \
"http://erp.dstadvertising.com/connector/api/sell/sint" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {token}"

Example request:

curl -X DELETE \
"http://erp.dstadvertising.com/connector/api/sell/sint" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {token}"