Destroy Special Offer
DELETE {{baseUrl}}/specialoffers/:specialoffer
This endpoint allows you to delete a specific special offer by providing the ID of the special offer you want to delete in the specialoffer path parameter.
OAuth Scopes
specialoffers.read_write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":202,"success":true,"data":{"message":"The Object has been removed successfully","code":202}}