Sign in

Remove User from Template

documented

Removes an account's access to the template.

POST /v3/template/remove_user/{template_id}Templateno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.hellosign.com/v3/template/remove_user/{{$template_id}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"account_id": "{{$account_id}}", "email_address": "{{$email_address}}"}'
Remove User from Template · Dropbox Sign · OpenIntegrations