Skip to content

Commit

Permalink
DEVDOCS-10361 adding codeDepot markers
Browse files Browse the repository at this point in the history
  • Loading branch information
raileendr committed Nov 8, 2023
1 parent c91c3e8 commit 55958ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/services/e_sign/eg027_permissions_delete_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ def initialize(args)
end

def worker
# Step 3: Call the eSignature REST API
# Call the eSignature REST API
#ds-snippet-start:eSign27Step3
accounts_api = create_account_api(args)
accounts_api.delete_permission_profile(args[:account_id], args[:permission_profile_id])
#ds-snippet-end:eSign27Step3
end
end

0 comments on commit 55958ed

Please sign in to comment.