curl --request DELETE \
--url https://api.example.com/cabinet/admin/email-templates/{notification_type}/{language} \
--header 'Authorization: Bearer <token>'{}Delete custom template override, reverting to default.
curl --request DELETE \
--url https://api.example.com/cabinet/admin/email-templates/{notification_type}/{language} \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Reset Template Cabinet Admin Email Templates Notification Type Language Delete · object.