For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove a user from a collection

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
collectionIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
userIdstringRequired

The unique ID of the User

Responses
204

The user was not found in the collection

No content

delete/collections/{collectionId}/permissions/users/{userId}

No content

Last updated

Was this helpful?

Powered by GitBook