Mark email template as inactive
Deactivates an existing email template at company level
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST 'https://api.ffdemo.ufp.ai/companies/email_template_master//mark_as_inactive' \
--header 'Authorization: Bearer <token>'
Responses
Template marked as inactive successfully
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}
Modified at 2025-03-21 07:23:14