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>"
]
}Assistants
Remove an assistant from the caller's favorites
Removes the given assistant ObjectId from the authenticated user’s favoriteAssistants list. Tolerant — the id does NOT need to be currently favorited; calling DELETE on a non-favorited id (or a malformed id) is a no-op that still returns 200 with the current list.
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
JWT token passed in x-access-token header
Path Parameters
The ObjectId of the assistant to unfavorite
Was this page helpful?
⌘I