v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Collections

Remove a collection user

This method allows you to remove a user from the specified collection.

post/collections.remove_user

Request body

idstring uuid required

Identifier for the collection

userIdstring uuid required

Response

OK

successboolean

Example response

{
  "success": true
}