Skip to main content

Delete customer

DELETE 

/customers/:customer_id

Delete customer

Request

Path Parameters

    customer_id stringrequired
    Example: your-customers-unique-application-id

Responses

Customer

Schema
    application_id stringrequired
    customer_id stringrequired
    name stringrequired
    email stringrequired
Loading...