Groups
Remove Document from Group
POST
/
v2
/
remove_document_from_group
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
document_id
string
requiredDocument ID
group_id
string
requiredGroup ID
Response
200 - application/json
The response is of type any
.
Was this page helpful?