跳到主要内容

删除电子邮件模板

请求参数

字段名参数类型描述必填
Actionstring值: DeleteEmailTemplate
AccountIdint项目ID。获取AccountId
TemplateIdstring电子邮件模板ID

响应参数

字段名参数类型描述必填
RetCodeint当RetCode不为0时,将显示具体的错误描述在Message中。如果RetCode为0,则不会返回Message。
Messagestring返回状态码的描述。如果操作成功,则默认返回为空。

请求示例

curl -X POST https://api.uspeedo.com/api -H 'Content-Type: application/json' -d '{
"Action": "CreateEmailTemplate",
"AccountId": 1,
"TemplateId": "UET24011717KYDP2F"
}'

返回示例

{
"Action": "DeleteEmailTemplateResponse",
"Message": "",
"RequestUuid": "6a302214-575c-4aea-af23-59a3cfc37ef2",
"RetCode": 0
}