Remove files from a collection
curl --request PUT \
--url https://pria.praxislxp.com/api/user/collection/{id}/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
]
}
'Collections
Remove files from a collection
PUT
/
api
/
user
/
collection
/
{id}
/
remove
Remove files from a collection
curl --request PUT \
--url https://pria.praxislxp.com/api/user/collection/{id}/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<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.
Was this page helpful?
⌘I