删除电子邮件模板
请求参数
字段名 | 参数类型 | 描述 | 必填 |
---|---|---|---|
Action | string | 值: DeleteEmailTemplate | 是 |
AccountId | int | 项目ID。获取AccountId | 是 |
TemplateId | string | 电子邮件模板ID | 是 |
响应参数
字段名 | 参数类型 | 描述 | 必填 |
---|---|---|---|
RetCode | int | 当RetCode不为0时,将显示具体的错误描述在Message中。如果RetCode为0,则不会返回Message。 | 是 |
Message | string | 返回状态码的描述。如果操作成功,则默认返回为空。 | 是 |
请求示例
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
}