Skip to main content
DELETE
/
api
/
user
/
favoriteAssistants
/
{id}
Remove an assistant from the caller's favorites
curl --request DELETE \
  --url https://pria.praxislxp.com/api/user/favoriteAssistants/{id} \
  --header 'x-access-token: <api-key>'
{
  "success": true,
  "favoriteAssistants": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

The ObjectId of the assistant to unfavorite

Response

Favorite removed (or absent — list returned)

success
boolean
Example:

true

favoriteAssistants
string[]

Updated list of favorite assistant ObjectIds