Deletes an intent from a version of the application.
delete/apps/{appId}/versions/{versionId}/intents/{intentId}
Path parameters
appIdstring uuid required
The application ID.
versionIdstring required
The version ID.
intentIdstring uuid required
The intent classifier ID.
Query parameters
deleteUtterancesboolean
If true, deletes the intent's example utterances. If false, moves the example utterances to the None intent. The default value is false.
Response
Successful operation.