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