Method: runtimes.delete

Deletes a Colab runtime assignment.

HTTP request

DELETE https://colaboratory.googleapis.com/v1beta/{name=runtimes/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the runtime to unassign. Format: runtimes/{runtimeId}.

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/colaboratory

For more information, see the OAuth 2.0 Overview.