Delete a domain mapping.
Arguments
name
string
Required. The name of the domain mapping to delete. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
apiVersion
string
Cloud Run currently ignores this parameter.
dryRun
string
Indicates that the server should validate the request and populate default values without persisting the request. Supported values: all
kind
string
Cloud Run currently ignores this parameter.
propagationPolicy
string
Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/architecture/garbage-collection/ for more information.
location
string
Location of the HTTP endpoint. For example, us-central1
or asia-southeast1
. If not set, the global endpoint https://run.googleapis.com will be used, which supports list methods only. See service endpoints
for more location options.
Raised exceptions
ConnectionError
HttpError
TimeoutError
TypeError
ValueError
Response
If successful, the response contains an instance of Status
.
Subworkflow snippet
Some fields might be optional or required. To identify required fields, refer to the API documentation .
YAML
- delete : call : googleapis.run.v1.namespaces.domainmappings.delete args : name : ... apiVersion : ... dryRun : ... kind : ... propagationPolicy : ... result : deleteResult
JSON
[ { "delete" : { "call" : "googleapis.run.v1.namespaces.domainmappings.delete" , "args" : { "name" : "..." , "apiVersion" : "..." , "dryRun" : "..." , "kind" : "..." , "propagationPolicy" : "..." }, "result" : "deleteResult" } } ]

