Skip to main content
DELETE
/
api
/
v1
/
agents
/
{uuid}
/
intents
/
{intentUuid}
Delete an intent
curl --request DELETE \
  --url https://{subdomain}.mihu.ai/api/v1/agents/{uuid}/intents/{intentUuid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required
intentUuid
string<uuid>
required

Response

Intent deleted