added features
This commit is contained in:
28
apps/docs/mintlify/api-reference/features/deleteFeature.mdx
Normal file
28
apps/docs/mintlify/api-reference/features/deleteFeature.mdx
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "Delete Feature"
|
||||
openapi: "openapi POST /v1/features.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
|
||||
|
||||
<DynamicParamField body="feature_id" type="string" required>
|
||||
The ID of the feature to delete.
|
||||
</DynamicParamField>
|
||||
|
||||
|
||||
### Response
|
||||
|
||||
<DynamicResponseField name="success" type="boolean" />
|
||||
|
||||
|
||||
<ResponseExample>
|
||||
```json 200
|
||||
{
|
||||
"success": true
|
||||
}
|
||||
```
|
||||
</ResponseExample>
|
||||
Reference in New Issue
Block a user