--- title: "Delete Entity" openapi: "openapi POST /v1/entities.delete" --- import { DynamicParamField } from "/snippets/dynamic-param-field.jsx"; import { DynamicResponseField } from "/snippets/dynamic-response-field.jsx"; import { DynamicResponseExample } from "/snippets/dynamic-response-example.jsx"; ### Body Parameters The ID of the customer. The ID of the entity. ### Response ```json 200 { "success": true } ```