Placeholder
Delete placeholder
API Documentation
Contract
PDF and Word
Placeholder
Template
Placeholder
Delete placeholder
Delete an existing placeholder.
curl -X POST 'https://api.sendforsign.com/api/placeholder' \
-H 'Authorization: Bearer 123456789' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"action": "delete",
"contractKey": "CONTRACT_KEY",
"placeholder": {
"placeholderKey": "PLACEHOLDER_KEY"
}
}
}'
{
"code": "200",
"message": "Placeholder deleted"
}
Body parameters
Action type.
ID of the contract.
Structure.
Key of the placeholder that needs to be deleted.
Response
The status.
The code of the answer.
The message of the answer.
curl -X POST 'https://api.sendforsign.com/api/placeholder' \
-H 'Authorization: Bearer 123456789' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"action": "delete",
"contractKey": "CONTRACT_KEY",
"placeholder": {
"placeholderKey": "PLACEHOLDER_KEY"
}
}
}'
{
"code": "200",
"message": "Placeholder deleted"
}
curl -X POST 'https://api.sendforsign.com/api/placeholder' \
-H 'Authorization: Bearer 123456789' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"action": "delete",
"contractKey": "CONTRACT_KEY",
"placeholder": {
"placeholderKey": "PLACEHOLDER_KEY"
}
}
}'
{
"code": "200",
"message": "Placeholder deleted"
}