Remove user from collection

Remove a user from a collection.

This endpoint revokes a user’s access to a specific collection. The authenticated user must have admin permissions for the collection to remove users.

Path parameters

idstringRequired

The unique identifier of the collection

user_idstringRequired

The unique identifier of the user to remove

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-API-KeystringRequired

Response

Successful Response

resultsobject

Errors