pub async fn codespaces_slash_delete_from_organization(
configuration: &Configuration,
org: &str,
username: &str,
codespace_name: &str,
) -> Result<Value, Error<CodespacesSlashDeleteFromOrganizationError>>
Expand description
Deletes a user’s codespace. OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.