v1

latestOpenAPI 3.1.02026-07-2689175245.8 KB
Customers

Delete Customer

Delete a customer.

delete/customers/{id}

Path parameters

idinteger required
Example:67329889100573

The unique identifier for the customer, created by Loop.

Response

Success

idinteger

The unique identifier for the customer, created by Loop.

successboolean

Whether the customer was successfully deleted.

Example response

{
  "id": 9007199254740991,
  "success": true
}