Skip to main content

Delete Customer

DELETE 

/accounting/customers/:id

Delete a Customer with the given id.

Request

Path Parameters

    id stringrequired

    The ID of the customer.

Query Parameters

    connectionId stringrequired

    The ID of the connection.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    message string
Loading...