DELETE
/
ai-assistants
/
delete-llm-states
curl --request DELETE \
  --url https://api.puretalk.ai/api/ai-assistants/delete-llm-states \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "llm_states": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}'
{
  "err": true,
  "msg": "<string>"
}

Authorizations

X-API-KEY
string
headerrequired

Body

application/json
llm_states
string[]
required

Array of LLM state IDs to delete

Response

200 - application/json
err
boolean
required
msg
string
required