Purchase

Delete

DELETE method to delete a purchase

Parameters

Name Description
account_id required Your account unique identifier to access API.
purchase_id required Id of the purchase

Request

Route
DELETE 
/v2/account/:account_id/purchases/:purchase_id
Headers
Accept: application/json 
Authorization: Token token={account.secret}
Content-Type: application/json

Response

Status
200
Body
{
  "created_at": "2016-06-22T10:37:34Z",
  "id": "576a6a6eedb7aab9c2000006",
  "status": "purchase",
  "contact_id": "57680042edb7aad202000001",
  "campaign_id": "57680042edb7aad202000005",
  "product_UUID": "3210938120313912312"
}