Skip to main content
DELETE
/
app
/
{appId}
/
data
/
{key}
Delete a persisted value
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/app/{appId}/data/{key} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

appId
string
required
key
string
required

Response

200 - application/json

Deleted

success
boolean
Example:

true