Delete template by ID
DELETE/template/:template_id
Delete template by ID
Request
Path Parameters
template_id stringrequired
ID of the template that needs to be deleted
Header Parameters
x-api-token stringrequired
Example: opensign.xxxx
Responses
- 200
- 404
- 405
Template deleted successfully!
- application/json
- Schema
- Example (from schema)
Schema
objectId string
deletedAt date
{
"objectId": "Bxh2aspHp3",
"deletedAt": "2023-10-07T16:49:56.000Z"
}
Template not found!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Template not found!"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...