---
title: "DELETE /apps/{appId}/versions/{versionId}/intents/{intentId}/features"
method: DELETE
path: "/apps/{appId}/versions/{versionId}/intents/{intentId}/features"
---

# DELETE /apps/{appId}/versions/{versionId}/intents/{intentId}/features

`DELETE /apps/{appId}/versions/{versionId}/intents/{intentId}/features`

Deletes a relation from the feature relations used by the intent in a version of the application.

## Path parameters

- `appId` string, uuid, required
- `versionId` string, required
- `intentId` string, uuid, required

## Request body

- ModelFeatureInformation — An object containing the model feature information either the model name or feature name.
  - `modelName` string — The name of the model used.
  - `featureName` string — The name of the feature used.
  - `isRequired` boolean

## Response `200`

Successful operation.

- OperationStatus — Response of an Operation status.
  - `code` 'Failed' | 'FAILED' | 'Success' — Status Code.
  - `message` string — Status details.

## Other responses

- `default` — Error Response.

---

[API](https://skmtc.net/azure/apis/luis-authoring-client.md) · [All operations](https://skmtc.net/azure/apis/luis-authoring-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/luis-authoring-client/versions/a26a0f7e5a37/schema)
