Delete sharing participants
POST /nd/api/file/remove_share_participant
POST body parameters
| Parameter | Type | Description |
|---|---|---|
file_id |
string |
Required file ID |
babelshare_ids |
ID[] |
Required participant IDs to remove |
Response
Fields listed in the source: code, success.
Use the identifiers returned by the participants endpoint. The source has inconsistent string/int labels; use the corresponding identifiers returned by the participants endpoint.
Calling the Endpoint
Use Authorization: Bearer <access_token>. GET parameters belong in the URL query; normal business POST requests use JSON. Check HTTP status and then the business result. Confirm array serialization and ambiguous types with the deployment instead of inventing fields.