Remove a user from a collection
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
collectionIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$userIdstringRequired
The unique ID of the User
Responses
204
The user was not found in the collection
No content
205
The user has been removed from the collection
delete/collections/{collectionId}/permissions/users/{userId}
No content
Last updated
Was this helpful?