/
POST Delete Manifest

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 Delete Manifest

This call deletes Manifest or orders from a given manifest.

End Point

https://app.browntape.com/0.11/manifests/delete.json

Note: This is version 0.11 endpoint

Parameters

?username =XXXXXXXXXX &auth_string =YYYYYYYYY

Post Parameters

{ data: {   “manifets”: {  'id': 48838,  'orders': [    "157710",     "157712",     "157713",     "157720",     "157718",     “157719”   ](browntape order ids, optional)   }   } }

Response

When only manifest id is given

It will delete the given manifest and all orders in that manifest.

{    "success": true,    "message": "Successfully deleted manifest"  }

When some orders belong to the manifest and some don’t 

When none of the orders belong to the given manifest

Related content