Delete a specific email template
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. |
Here is a path parameter for when you use DELETE {URI}/emailTemplates/{etid}
to delete a specific email template on your platform.
Path parameter | Data type | Description |
---|---|---|
etid | string | Email Template Identifier (ETID) is returned in the email template response payload. |
The response message for this endpoint is:
- 204 No Content
- 400 Bad Request
- 401 Unauthorized
- 403 Forbidden
- 404 Not Found
Updated 4 days ago