remove_template_collaborator
Remove a collaborator from an eSignature template by specifying the template and collaborator IDs. Streamline your template management process with this straightforward functionality.
Instructions
Removes the template collaborator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
template_collaborator_id | Yes | Collaborator's GUID. | |
template_id | Yes | Templates's GUID. |
Input Schema (JSON Schema)
{
"properties": {
"template_collaborator_id": {
"description": "Collaborator's GUID.",
"type": "string"
},
"template_id": {
"description": "Templates's GUID.",
"type": "string"
}
},
"required": [
"template_id",
"template_collaborator_id"
],
"type": "object"
}