1- release_tracks: [BETA, ALPHA]
2  help_text:
3    brief: Deletes a Cloud DNS response policy.
4    description: |
5      Deletes a Cloud DNS response policy.
6      ## EXAMPLES
7
8      To delete a response policy, run:
9
10        $ {command} myresponsepolicy
11
12  request:
13    collection: dns.responsePolicies
14    method: delete
15    ALPHA:
16      api_version: v1alpha2
17    BETA:
18      api_version: v1beta2
19
20  arguments:
21    resource:
22      help_text: The name of the response policy that you want to delete.
23      is_positional: true
24      spec: !REF googlecloudsdk.command_lib.dns.resources:response_policy
25