DELETE method to delete a purchase
Name | Description |
---|---|
account_id required | Your account unique identifier to access API. |
purchase_id required | Id of the purchase |
DELETE
/v2/account/:account_id/purchases/:purchase_id
Accept: application/json
Authorization: Token token={account.secret}
Content-Type: application/json
200
{
"created_at": "2016-06-22T10:37:34Z",
"id": "576a6a6eedb7aab9c2000006",
"status": "purchase",
"contact_id": "57680042edb7aad202000001",
"campaign_id": "57680042edb7aad202000005",
"product_UUID": "3210938120313912312"
}