--- title: "Delete Feature" openapi: "openapi POST /v1/features.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 feature to delete. ### Response ```json 200 { "success": true } ```