Skip to content

Commit 410b3f4

Browse files
authored
Update eg027_permissions_delete.py
1 parent 2ae14fc commit 410b3f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/eSignature/examples/eg027_permissions_delete.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ def worker(args):
2323
"""
2424

2525
# Step 2. Construct your API headers
26-
# ds-snippet-start:eSign27Step2
26+
#ds-snippet-start:eSign27Step2
2727
api_client = create_api_client(base_path=args["base_path"], access_token=args["access_token"])
2828
account_api = AccountsApi(api_client)
29-
# ds-snippet-end:eSign27Step2
29+
#ds-snippet-end:eSign27Step2
3030

3131
# Step 3. Call the eSignature REST API
3232
account_api.delete_permission_profile(

0 commit comments

Comments
 (0)