Dropbox Sign/templateRemoveUser

Preview only · details below

Dropbox SignDropbox Sign eSignature API

POST/template/remove_user/{template_id}

Remove User from Template

Removes the specified Account's access to the specified Template.

Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.

Request

operationId
templateRemoveUser
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

template_id

pathstringrequired

The id of the Template to remove the Account's access to.

f57db65d3f933b5316d398057a36176831451a35

Request body

TemplateRemoveUserRequestrequired

Content-Type: application/json

Properties: account_idemail_address

{
  "account_id": "example-account-id",
  "email_address": "developer@example.com"
}

Responses

200

TemplateGetResponseapplication/json

successful operation

Properties: templatewarnings

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "template": {
    "template_id": "example-template-id",
    "title": "Example document",
    "message": "Example message",
    "updated_at": 0,
    "is_embedded": false,
    "is_creator": false,
    "can_edit": false,
    "is_locked": false
  },
  "warnings": [
    {
      "warning_name": "Example Name"
    }
  ]
}