Skip to main content
DELETE
/
cabinet
/
admin
/
email-templates
/
{notification_type}
/
{language}
Reset template to default
curl --request DELETE \
  --url https://api.example.com/cabinet/admin/email-templates/{notification_type}/{language} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

notification_type
string
required
language
string
required

Response

Successful Response

The response is of type Response Reset Template Cabinet Admin Email Templates Notification Type Language Delete · object.