Function linked_apps_revoke_linked_app_batch

Source
pub fn linked_apps_revoke_linked_app_batch<'a>(
    client: &'a impl TeamAuthClient,
    arg: &'a RevokeLinkedApiAppBatchArg,
) -> impl Future<Output = Result<RevokeLinkedAppBatchResult, Error<RevokeLinkedAppBatchError>>> + Send + 'a
Available on crate features async_routes and dbx_team only.
Expand description

Revoke a list of linked applications of the team members.