Add API method deleteList

[MAILPOET-4752]
This commit is contained in:
Jan Lysý
2022-10-26 18:45:07 +02:00
committed by Aschepikov
parent 25ba667cb1
commit 56c79dd66a
3 changed files with 65 additions and 0 deletions

View File

@ -20,4 +20,7 @@ class APIException extends \Exception {
const WELCOME_FAILED_TO_SEND = 17;
const LIST_ID_REQUIRED = 18;
const FAILED_TO_UPDATE_LIST = 19;
const LIST_USED_IN_EMAIL = 20;
const LIST_USED_IN_FORM = 21;
const FAILED_TO_DELETE_LIST = 22;
}