Remove User from Template

post/template/remove_user/{template_id}

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

Securityapi_key or oauth2
Request
path Parameters
template_id
required
string

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

Example: f57db65d3f933b5316d398057a36176831451a35
Request Body schema: application/json
account_id
string

The id or email address of the Account to remove access to the Template. The account id prevails if both are provided.

email_address
string <email>

The id or email address of the Account to remove access to the Template. The account id prevails if both are provided.

Responses
200

successful operation

4XX

failed_operation

Request samples
application/json
{
  • "email_address": "george@dropboxsign.com"
}
Response samples
application/json
{
  • "template": {
    }
}