To main content
​Удаление шаблона сообщения
Этот метод удаляет шаблон сообщения для отправки OTP-кода на основе его уникального идентификатора.
Чтобы удалить шаблон сообщения, сделайте запрос по этому URL:
DELETE https://one-api.notificore.ru/api/2fa/authentications/templates/{template_id}
Request parameters
ParameterRequiresTypeDefaultDescription
template_idYesstringNoThe ID of the message template that you want to delete. From 1 to 9 digits.
Response example

Если запрос успешен, возвращается ответ: "Успешно удалено".
Codes of errors
CodeErrorDescription
422Default template is not available for deletionThis error occurs when attempting to delete a template that is set as the default template. The default template cannot be deleted.
404Template not foundThis error can occur when the template identifier is specified incorrectly or the specified template is not present in the system. Please ensure that you are using the correct template identifier and try again.