​Удаление шаблона сообщения

Этот метод удаляет шаблон сообщения для отправки OTP-кода на основе его уникального идентификатора.

Чтобы удалить шаблон сообщения, сделайте запрос по этому URL:
DELETE https://one-api.notificore.ru/api/2fa/authentications/templates/{template_id}



Request parameters

Parameter Requires Type Default Description
template_id Yes string No The ID of the message template that you want to delete. From 1 to 9 digits.


Response parameters

Если запрос успешен, возвращается ответ: "Успешно удалено".


Codes of errors

Code Error Description
422 Default template is not available for deletion This error occurs when attempting to delete a template that is set as the default template. The default template cannot be deleted.
404 Template not found This 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.