Method: services.tenancyUnits.delete

Delete a tenancy unit. Before you delete the tenancy unit, there should be no tenant resources in it that aren't in a DELETED state. Operation<response: Empty>.

HTTP request

DELETE https://serviceconsumermanagement.googleapis.com/v1/{name=services/*/*/*/tenancyUnits/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Name of the tenancy unit to be deleted.

Authorization requires the following Google IAM permission on the specified resource name:

  • serviceconsumermanagement.tenancyu.delete

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

Try it!