/
POST Promotions Delete

We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!

POST Promotions Delete

With this API the user can delete existing promotions from Browntape.

End Point

https://app.browntape.com/0.1/promotions/delete.json

Parameters to be passed

?username=XXXXXXXXXX &auth_string=YYYYYYYYY

Post Parameters

{   data:  [ "ids": [ 1, 2, 3 ] // (BROWNTAPE Promotion IDs) ]   }

Response

{ "status_code": 200, "status": "success", "message": "Successfully deleted promotions." }

Related content