Skip to content

Commit 9e2ea2a

Browse files
rohitjangidhao-nan-li
authored andcommitted
Add support to delete Client resource of Application Integration (GoogleCloudPlatform#10280)
1 parent cbfdb27 commit 9e2ea2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mmv1/products/integrations/Client.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ base_url: 'projects/{{project}}/locations/{{location}}/clients'
2424
self_link: 'projects/{{project}}/locations/{{location}}/clients'
2525
immutable: true
2626
create_url: 'projects/{{project}}/locations/{{location}}/clients:provision'
27+
delete_url: 'projects/{{project}}/locations/{{location}}/clients:deprovision'
28+
delete_verb: :POST
2729
autogen_async: false
28-
skip_delete: true
2930
import_format:
3031
[
3132
'projects/{{project}}/locations/{{location}}/clients',

0 commit comments

Comments
 (0)