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
}

Changes