v1

latestOpenAPI 3.0.22026-07-24800528.1 KB
Customers

Delete a customer

Deletes a customer with a given customer key.

delete/v2/customers/{customer_key}

Path parameters

customer_keystring required

Unique identifier for customers. This is the same as the customer_key that can be assigned using PartnerStackJS.

Response

Deletes a customer with a given customer key.

messagestring required
statusinteger required

Example response

{
  "data": {
    "created_at": 1574181282399,
    "key": "co_a80cb515fe",
    "updated_at": 1574181282399
  }
}