Delete a specific email template
You can delete an existing custom email template. However, if a template has ever been used to send rewards, it cannot be deleted.
Note:
You cannot delete an email template that has been used to send rewards.
Use the following endpoint to delete an existing email template.
Endpoint | Purpose |
---|---|
DELETE {URI}/emailTemplates/{etid} | Delete a specific Email Template on this Platform. |
The following path parameter is used with this endpoint:
Path params | Data type | Description |
---|---|---|
etid | string | Email Template Identifier (ETID) is returned in the email template response payload. |
The possible response codes for this endpoint are:
- 204 No Content
- 400 Bad Request
- 401 Unauthorized
- 403 Forbidden
- 404 Not Found
Updated 6 days ago