pub async fn delete_customer(
configuration: &mut Configuration,
params: DeleteCustomerParams,
) -> Result<InlineResponse200, Error<DeleteCustomerError>>
Expand description
Delete a customer.
pub async fn delete_customer(
configuration: &mut Configuration,
params: DeleteCustomerParams,
) -> Result<InlineResponse200, Error<DeleteCustomerError>>
Delete a customer.