- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Examples
 - Try it!
 
Deletes a previously created ResourceRecordSet.
HTTP request
DELETE https://dns.s3nsapis.fr/dns/dev/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
project | 
                
                   
 Identifies the project addressed by this request.  | 
              
managedZone | 
                
                   
 Identifies the managed zone addressed by this request. Can be the managed zone name or ID.  | 
              
name | 
                
                   
 Fully qualified domain name.  | 
              
type | 
                
                   
 RRSet type.  | 
              
Query parameters
| Parameters | |
|---|---|
clientOperationId | 
                
                   
 For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.  | 
              
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/ndev.clouddns.readwrite
For more information, see the Authentication Overview.