--- title: "Delete Customer" openapi: "openapi POST /v1/customers.delete" --- import { DynamicParamField } from "/components/dynamic-param-field.jsx"; import { DynamicResponseField } from "/components/dynamic-response-field.jsx"; import { DynamicResponseExample } from "/components/dynamic-response-example.jsx"; ### Body Parameters ID of the customer to delete Whether to also delete the customer in Stripe ### Response