Skip to main content

Delete a customer

DELETE 

/api/v3/customer/:customer_id

Allows you to delete a customer.

Note that you can only delete a customer if:

  • They have no active subscriptions
  • They have no open/unpaid invoices

Request

Responses

Object was deleted successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...