Delete a domain mapping.
HTTP request
DELETE https://{endpoint}/apis/domains.cloudrun.com/v1/{name}
Where {endpoint}
is one of the supported service endpoints.
Path parameters
Parameters | |
---|---|
name |
The name of the domain mapping to delete. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. It takes the form Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
propagationPolicy |
Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information. |
kind |
Cloud Run currently ignores this parameter. |
apiVersion |
Cloud Run currently ignores this parameter. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Status
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.