We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c57312 commit a6f9aa8Copy full SHA for a6f9aa8
healthcare/api-client/v1/hl7v2/hl7v2_stores.py
@@ -63,8 +63,8 @@ def delete_hl7v2_store(
63
hl7v2_store_name = '{}/hl7V2Stores/{}'.format(
64
hl7v2_store_parent, hl7v2_store_id)
65
66
- request = client.projects().locations().datasets(
67
- ).hl7V2Stores().delete(name=hl7v2_store_name)
+ request = client.projects().locations().datasets().hl7V2Stores().delete(
+ name=hl7v2_store_name)
68
69
response = request.execute()
70
print('Deleted HL7v2 store: {}'.format(hl7v2_store_id))
0 commit comments