delete https://api-sbx.sidedrawersbx.com/api/v1/networks/sidedrawer/sidedrawer-id//network/network-id/
Removes a Collaborator and the collaboration network from a Drawer (sidedrawer
). Supply the Drawer identifier (sidedrawerId
) and collaboration network identifier (networkId
) as path parameters.
Note
This endpoint replaces
/api/v1/networks/sidedrawer/sidedrawer-id/{sidedrawerId}/network
, which accepted as a path parameter only the drawer identifier (sidedrawerId
) and required information in the request body about the collaborator whose access should be revoked.We recommend the use of the more efficient endpoint on this page instead.
/api/v1/networks/sidedrawer/sidedrawer-id/{sidedrawerId}/network
is still supported but may be deprecated in the future.