Delete customer
Deletes a customer from the system permanently, and this action cannot be reversed. Additionally, it promptly cancels any active subscriptions associated with the customer.
Header Parameters
This header parameter is used to authenticate the request and must contain a valid API key.
This header parameter specifies the media type of the request body, with the value typically set to "application/json".
Path Parameters
This path parameter specifies the unique identifier of the customer to be deleted.
Response
Response Attributes
This response parameter specifies the unique identifier of the customer that was deleted.
This response parameter represents the JSON object returned upon successful deletion of the customer.
This response parameter indicates whether the customer was successfully deleted (true) or not (false).