We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae14fc commit 410b3f4Copy full SHA for 410b3f4
1 file changed
app/eSignature/examples/eg027_permissions_delete.py
@@ -23,10 +23,10 @@ def worker(args):
23
"""
24
25
# Step 2. Construct your API headers
26
- # ds-snippet-start:eSign27Step2
+ #ds-snippet-start:eSign27Step2
27
api_client = create_api_client(base_path=args["base_path"], access_token=args["access_token"])
28
account_api = AccountsApi(api_client)
29
- # ds-snippet-end:eSign27Step2
+ #ds-snippet-end:eSign27Step2
30
31
# Step 3. Call the eSignature REST API
32
account_api.delete_permission_profile(
0 commit comments