Delete the specified email template. After deletion, the template will no longer be available for use.
Request Information
- Request Method:
DELETE - Request Path:
/api/v1/email/EmailTemplate/{id} - Content-Type:
application/json
Notes
- Template ID is passed via URL path parameter, for example:
/api/v1/email/EmailTemplate/template_123456
idstringrequired
Template ID (passed via URL path parameter)
?
LANGUAGE
CREDENTIALS
👁️
🔒
🔑Log in to get ACCESSKEY_ID and ACCESSKEY_SECRET
URL
DELETE
CURL Request▼
curl -X DELETE "https://api.uspeedo.com/api/v1/email/EmailTemplate/template_123456" \-H "Accept: application/json" \-H "Authorization: Basic $(echo -n 'ACCESSKEY_ID:ACCESSKEY_SECRET' | base64)"
RESPONSE
Click Try It! to start a request and see the response here.
Response Format
| Field Name | Type | Description |
|---|---|---|
| RetCode | int | Return code, 0 indicates success |
| Message | string | Return message |