pub async fn codespaces_slash_delete_codespaces_access_users(
configuration: &Configuration,
org: &str,
codespaces_delete_codespaces_access_users_request: CodespacesDeleteCodespacesAccessUsersRequest,
) -> Result<(), Error<CodespacesSlashDeleteCodespacesAccessUsersError>>
Expand description
Codespaces for the specified users will no longer be billed to the organization. To use this endpoint, the access settings for the organization must be set to selected_members
. For information on how to change this setting, see "Manage access control for organization codespaces." OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.