Collections
Remove User from Collection
POST
/
v2
/
remove_user_from_collection
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
user_id
string
requiredUser ID
collection_id
string
requiredCollection ID
Response
200 - application/json
The response is of type any
.
Was this page helpful?