API Documentation
MCP
Contract
PDF and Word
Placeholder
Template
Template
Delete template
Delete an existing template.
Copy
curl -X POST 'https://api.sendforsign.com/api/template' \
-H 'Authorization: Bearer 123456789' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"action": "delete",
"template": {
"templateKey": "TEMPLATE_KEY"
}
}
}'
Copy
{
"template": {
"templateKey": "TEMPLATE_KEY"
},
"code": "200",
"message": "Template deleted"
}
Body parameters
Action type.
Structure.
Show child attribute
Show child attribute
Key of the template that needs to be deleted.
Response
The code of the answer.
The message of the answer.
Copy
curl -X POST 'https://api.sendforsign.com/api/template' \
-H 'Authorization: Bearer 123456789' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"action": "delete",
"template": {
"templateKey": "TEMPLATE_KEY"
}
}
}'
Copy
{
"template": {
"templateKey": "TEMPLATE_KEY"
},
"code": "200",
"message": "Template deleted"
}
Copy
curl -X POST 'https://api.sendforsign.com/api/template' \
-H 'Authorization: Bearer 123456789' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"action": "delete",
"template": {
"templateKey": "TEMPLATE_KEY"
}
}
}'
Copy
{
"template": {
"templateKey": "TEMPLATE_KEY"
},
"code": "200",
"message": "Template deleted"
}
Assistant
Responses are generated using AI and may contain mistakes.