Delete an email template
Delete an email template by its ID.
DELETE
/api/email-templates/{id}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/email-templates/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Delete an email template by its ID.
curl \
--request DELETE 'https://[tenant_id].logto.app/api/email-templates/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"