Skip to main content
DELETE
Delete Email Template
Removes a template override your app registered. After deletion the affected event falls back to the platform default HTML. Only templates owned by your app can be deleted. Auth: OAuth access token with the write_email_templates scope.

Path Parameters

string
required
The template id returned by List or Create.

Response

An id that doesn’t exist, or that belongs to a different app, returns 404 { "error": "Not found" } — a template is only deletable by the app that registered it.