{"id":3627,"date":"2023-08-30T06:46:34","date_gmt":"2023-08-30T05:46:34","guid":{"rendered":"https:\/\/help.expertsender.com\/?post_type=es&#038;p=3627"},"modified":"2025-06-25T13:11:55","modified_gmt":"2025-06-25T12:11:55","slug":"delete-subscriber","status":"publish","type":"es","link":"https:\/\/help.expertsender.com\/pl\/emp\/api\/methods\/subscribers\/delete-subscriber\/","title":{"rendered":"Delete subscriber"},"content":{"rendered":"\n<p>A single subscriber can be deleted from all lists or single, specific list, using HTTP DELETE method. It is possible to remove subscriber from all channels or a single channel.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h.owskntu3cclj_l\"><a href=\"https:\/\/sites.google.com\/expertsender.com\/api-documentation-v2\/methods\/subscribers\/delete-subscriber?authuser=0#h.owskntu3cclj\"><\/a><a href=\"https:\/\/sites.google.com\/expertsender.com\/api-documentation-v2\/methods\/subscribers\/delete-subscriber?authuser=0#h.owskntu3cclj\"><\/a><strong>Request<\/strong><strong> data<\/strong><strong> format<\/strong><\/h3>\n\n\n\n<p><strong>By email address<\/strong><\/p>\n\n\n\n<p>Request URL parameters:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><th>Notes<\/th><\/tr><\/thead><tbody><tr><td>apiKey<\/td><td>string<\/td><td>Your API key, required for authentication. Required.&nbsp;<\/td><\/tr><tr><td>email<\/td><td>string<\/td><td>Email. Required as URL parameter. Should be URL-encoded.<\/td><\/tr><tr><td>listId<\/td><td>int<\/td><td>List identifier. Optional. If specified, subscribers will be removed from single list. If not specified, subscribers will be removed from all lists.<\/td><\/tr><tr><td>channel<\/td><td>string&nbsp;<\/td><td>Specifies a channel that subscriber should be deleted from. Possible values:<br>All<br>Email<br>SmsMms<br>Custom<br>Optional. Default value &#8211; Email<\/td><\/tr><tr><td>addToBlacklist<\/td><td>boolean<\/td><td>If set to true, in addition to deleting subscriber from list(s), he will also be put on local blacklist.*<\/td><\/tr><tr><td>deletePermanently<\/td><td>boolean<\/td><td>If set to true, deleted subscribers will also be anonymized, depending on the selected channel. For example, in the case of Email channel, the email address will be anonymized.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>* If set to true:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>listId parameter is ignored (subscriber will always be deleted from all lists)<\/li>\n\n\n\n<li>If subscriber was deleted from Email lists, his email will be added to local email blacklist<\/li>\n\n\n\n<li>If subscriber was deleted from Sms lists, his phone will be added to local phone blacklist<\/li>\n\n\n\n<li>Blacklisting source will be set to &#8220;Api&#8221;<\/li>\n<\/ul>\n\n\n\n<p>Example URLs to delete subscriber using email address:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;email=johndoe@domain.com \nhttps:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;email=johndoe@domain.com&amp;listId=1\nhttps:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;email=johndoe@domain.com&amp;channel=SmsMms\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;email=johndoe@domain.com <\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;email=johndoe@domain.com&amp;listId=1<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;email=johndoe@domain.com&amp;channel=SmsMms<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Please note that subscriber&#8217;s email is a parameter, NOT a part of the path.<\/p>\n\n\n\n<p><strong>By subscriber ID<\/strong><\/p>\n\n\n\n<p>Request URL parameters:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><th>Notes<\/th><\/tr><\/thead><tbody><tr><td>apiKey<\/td><td>string<\/td><td>Your API key, required for authentication. Required.&nbsp;<\/td><\/tr><tr><td>ID<\/td><td>int<\/td><td>Subscriber ID. Required as a part of address (not parameter). See example below.<\/td><\/tr><tr><td>listId<\/td><td>int<\/td><td>List identifier. Optional. If specified, subscribers will be removed from single list. If not specified, subscribers will be removed from all lists.<\/td><\/tr><tr><td>channel<\/td><td>string&nbsp;<\/td><td>Specifies a channel that subscriber should be deleted from. Possible values:<br>All<br>Email<br>SmsMms<br>Custom<br>Optional. Default value &#8211; All<\/td><\/tr><tr><td>addToBlacklist&nbsp;<\/td><td>boolean<\/td><td>If set to true, in addition to deleting subscriber from list(s), he will also be put on local blacklist.*<\/td><\/tr><tr><td>deletePermanently<\/td><td>boolean<\/td><td>If set to true, deleted subscribers will also be anonymized, depending on the selected channel. For example, in the case of All channel, all personal data fields will be anonymized.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>* If set to true:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>listId parameter is ignored (subscriber will always be deleted from all lists)<\/li>\n\n\n\n<li>If subscriber was deleted from Email lists, his email will be added to local email blacklist<\/li>\n\n\n\n<li>If subscriber was deleted from Sms lists, his phone will be added to local phone blacklist<\/li>\n\n\n\n<li>Blacklisting source will be set to &#8220;Api&#8221;<\/li>\n<\/ul>\n\n\n\n<p>Example URLs to delete subscriber using Subscriber ID:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"https:\/\/api.esv2.com\/v2\/Api\/Subscribers\/123?apiKey=YOUR_API_KEY_HERE\nhttps:\/\/api.esv2.com\/v2\/Api\/Subscribers\/123?apiKey=YOUR_API_KEY_HERE&amp;listId=1\nhttps:\/\/api.esv2.com\/v2\/Api\/Subscribers\/123?apiKey=YOUR_API_KEY_HERE&amp;listId=1&amp;channel=Email\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers\/123?apiKey=YOUR_API_KEY_HERE<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers\/123?apiKey=YOUR_API_KEY_HERE&amp;listId=1<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers\/123?apiKey=YOUR_API_KEY_HERE&amp;listId=1&amp;channel=Email<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Please note that subscriber&#8217;s ID is a part of URL path, NOT a parameter!<\/p>\n\n\n\n<p><strong>By phone number<\/strong><\/p>\n\n\n\n<p>Request URL parameters:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><th>Notes<\/th><\/tr><\/thead><tbody><tr><td>apiKey<\/td><td>string<\/td><td>Your API key, required for authentication. Required.&nbsp;<\/td><\/tr><tr><td>phone<\/td><td>string<\/td><td>Subscriber&#8217;s phone number. Required as URL parameter. Should be URL-encoded.<\/td><\/tr><tr><td>listId<\/td><td>int<\/td><td>List identifier. Optional. If specified, subscribers will be removed from single list. If not specified, subscribers will be removed from all lists.<\/td><\/tr><tr><td>channel<\/td><td>string&nbsp;<\/td><td>Specifies a channel that subscriber should be deleted from. Possible values:<br>All<br>Email<br>SmsMms<br>Custom<br>Optional. Default value &#8211; SmsMms<\/td><\/tr><tr><td>addToBlacklist&nbsp;<\/td><td>boolean<\/td><td>If set to true, in addition to deleting subscriber from list(s), he will also be put on local blacklist.*<\/td><\/tr><tr><td>deletePermanently<\/td><td>boolean<\/td><td>If set to true, deleted subscribers will also be anonymized, depending on the selected channel. For example, in the case of SmsMms channel, the phone number will be anonymized.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>* If set to true:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>listId parameter is ignored (subscriber will always be deleted from all lists)<\/li>\n\n\n\n<li>If subscriber was deleted from Email lists, his email will be added to local email blacklist<\/li>\n\n\n\n<li>If subscriber was deleted from Sms lists, his phone will be added to local phone blacklist<\/li>\n\n\n\n<li>Blacklisting source will be set to &#8220;Api&#8221;<\/li>\n<\/ul>\n\n\n\n<p>Example URLs to delete subscriber using phone numbers:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;phone=48501223344 \nhttps:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;phone=48501223344&amp;listId=1\nhttps:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;phone=48501223344&amp;channel=All\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;phone=48501223344 <\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;phone=48501223344&amp;listId=1<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;phone=48501223344&amp;channel=All<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Please note that subscriber&#8217;s phone is a parameter, NOT a part of the path.<\/p>\n\n\n\n<p><strong>By custom subscriber ID<\/strong><\/p>\n\n\n\n<p>Request URL parameters:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><th>Notes<\/th><\/tr><\/thead><tbody><tr><td>apiKey<\/td><td>string<\/td><td>Your API key, required for authentication. Required.&nbsp;<\/td><\/tr><tr><td>customSubscriberId<\/td><td>string<\/td><td>Subscriber&#8217;s custom ID. Required as URL parameter. Should be URL-encoded.<\/td><\/tr><tr><td>listId<\/td><td>int<\/td><td>List identifier. Optional. If specified, subscribers will be removed from single list. If not specified, subscribers will be removed from all lists.<\/td><\/tr><tr><td>channel<\/td><td>string&nbsp;<\/td><td>Specifies a channel that subscriber should be deleted from. Possible values:<br>All<br>Email<br>SmsMms<br>Custom<br>Optional. Default value &#8211; All<\/td><\/tr><tr><td>addToBlacklist&nbsp;<\/td><td>boolean<\/td><td>If set to true, in addition to deleting subscriber from list(s), he will also be put on local blacklist.*<\/td><\/tr><tr><td>deletePermanently<\/td><td>boolean<\/td><td>If set to true, deleted subscribers will also be anonymized, depending on the selected channel. For example, in the case of All channel, all personal data fields will be anonymized.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>* If set to true:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>listId parameter is ignored (subscriber will always be deleted from all lists)<\/li>\n\n\n\n<li>If subscriber was deleted from Email lists, his email will be added to local email blacklist<\/li>\n\n\n\n<li>If subscriber was deleted from Sms lists, his phone will be added to local phone blacklist<\/li>\n\n\n\n<li>Blacklisting source will be set to &#8220;Api&#8221;<\/li>\n<\/ul>\n\n\n\n<p><strong>By custom channel ID<\/strong><\/p>\n\n\n\n<p>Request URL parameters:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><thead><tr><th><strong>Parameter<\/strong><\/th><th><strong>Type<\/strong><\/th><th><strong>Notes<\/strong><\/th><\/tr><\/thead><tbody><tr><td>apiKey<\/td><td>string<\/td><td>Your API key, required for authentication. Required.\u00a0<\/td><\/tr><tr><td>customChannelId<\/td><td>string<\/td><td>Custom channel ID. Required as URL parameter. Should be URL-encoded.<\/td><\/tr><tr><td>listId<\/td><td>int<\/td><td>List identifier. Optional. If specified, subscribers will be removed from single list. If not specified, subscribers will be removed from all lists.<\/td><\/tr><tr><td>channel<\/td><td>string<\/td><td>Specifies a channel that subscriber should be deleted from. Possible values:<br>All<br>Email<br>SmsMms<br>Custom<br>Optional. Default value &#8211; Custom<\/td><\/tr><tr><td>addToBlacklist\u00a0<\/td><td>boolean<\/td><td>If set to true, in addition to deleting subscriber from list(s), he will also be put on local blacklist.*<\/td><\/tr><tr><td>deletePermanently<\/td><td>boolean<\/td><td>If set to true, deleted subscribers will also be anonymized, depending on the selected channel. For example, in the case of Custom channel, the custom channel ID will be anonymized.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Example URLs to delete subscriber using custom subscriber ID:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;customSubscriberId=sub_123 \nhttps:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;customSubscriberId=sub_123&amp;listId=1\nhttps:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;customSubscriberId=sub_123&amp;channel=Email\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;customSubscriberId=sub_123 <\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;customSubscriberId=sub_123&amp;listId=1<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=YOUR_API_KEY_HERE&amp;customSubscriberId=sub_123&amp;channel=Email<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Please note that subscriber&#8217;s custom ID is a parameter, NOT a part of the path.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h.fnebfdd5atsw_l\"><a href=\"https:\/\/sites.google.com\/expertsender.com\/api-documentation-v2\/methods\/subscribers\/delete-subscriber?authuser=0#h.fnebfdd5atsw\"><\/a><a href=\"https:\/\/sites.google.com\/expertsender.com\/api-documentation-v2\/methods\/subscribers\/delete-subscriber?authuser=0#h.fnebfdd5atsw\"><\/a><strong>Examples<\/strong><\/h3>\n\n\n\n<p>Request:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"DELETE https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=test_api_key1&amp;email=john%40yahoo.com HTTP\/1.1 \nAccept-Encoding: gzip,deflate \nUser-Agent: Jakarta Commons-HttpClient\/3.1 \nHost: api.esv2.com\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">DELETE https:\/\/api.esv2.com\/v2\/Api\/Subscribers?apiKey=test_api_key1&amp;email=john%40yahoo.com HTTP\/1.1 <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Accept-Encoding: gzip,deflate <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">User-Agent: Jakarta Commons-HttpClient\/3.1 <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Host: api.esv2.com<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>OK response:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"HTTP\/1.1 204 No Content \nCache-Control: private \nServer: Microsoft-IIS\/7.5 \nSet-Cookie: ASP.NET_SessionId=2ahrqf45zbbxc3njap11i155; path=\/; HttpOnly \nX-AspNetMvc-Version: 1.0 \nX-AspNet-Version: 2.0.50727 \nX-Powered-By: ASP.NET \nDate: Wed, 07 Jul 2017 15:56:14 GMT\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">HTTP\/1.1 204 No Content <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Cache-Control: private <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Server: Microsoft-IIS\/7.5 <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Set-Cookie: ASP.NET_SessionId=2ahrqf45zbbxc3njap11i155; path=\/; HttpOnly <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">X-AspNetMvc-Version: 1.0 <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">X-AspNet-Version: 2.0.50727 <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">X-Powered-By: ASP.NET <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Date: Wed, 07 Jul 2017 15:56:14 GMT<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Error response:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:16.859375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"HTTP\/1.1 404 Not Found \nCache-Control: private \nContent-Type: text\/xml; charset=utf-8 \nServer: Microsoft-IIS\/7.5 \nSet-Cookie: ASP.NET_SessionId=uq4wknygxzgtyojyaxkl4myn; path=\/; HttpOnly \nX-AspNetMvc-Version: 1.0 \nX-AspNet-Version: 2.0.50727 \nX-Powered-By: ASP.NET \nDate: Wed, 07 Jul 2017 16:11:18 GMT \nContent-Length: 264  \n&lt;ApiResponse xmlns_xsi=&quot;http:\/\/www.w3.org\/2001\/XMLSchema-instance&quot; xmlns_xsd=&quot;http:\/\/www.w3.org\/2001\/XMLSchema&quot;&gt;\n   &lt;ErrorMessage&gt;\n     &lt;Code&gt;404&lt;\/Code&gt;\n     &lt;Message&gt;Subscriber with email - john@yahoo.com  - not found.&lt;\/Message&gt;\n   &lt;\/ErrorMessage&gt;\n&lt;\/ApiResponse&gt;\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">HTTP\/1.1 404 Not Found <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Cache-Control: private <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Content-Type: text\/xml; charset=utf-8 <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Server: Microsoft-IIS\/7.5 <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Set-Cookie: ASP.NET_SessionId=uq4wknygxzgtyojyaxkl4myn; path=\/; HttpOnly <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">X-AspNetMvc-Version: 1.0 <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">X-AspNet-Version: 2.0.50727 <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">X-Powered-By: ASP.NET <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Date: Wed, 07 Jul 2017 16:11:18 GMT <\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">Content-Length: 264  <\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&lt;<\/span><span style=\"color: #F07178\">ApiResponse<\/span><span style=\"color: #89DDFF\"> <\/span><span style=\"color: #C792EA\">xmlns<\/span><span style=\"color: #89DDFF\">:<\/span><span style=\"color: #C792EA\">xsi<\/span><span style=\"color: #89DDFF\">=<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">http:\/\/www.w3.org\/2001\/XMLSchema-instance<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\"> <\/span><span style=\"color: #C792EA\">xmlns<\/span><span style=\"color: #89DDFF\">:<\/span><span style=\"color: #C792EA\">xsd<\/span><span style=\"color: #89DDFF\">=<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">http:\/\/www.w3.org\/2001\/XMLSchema<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">   <\/span><span style=\"color: #89DDFF\">&lt;<\/span><span style=\"color: #F07178\">ErrorMessage<\/span><span style=\"color: #89DDFF\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">     <\/span><span style=\"color: #89DDFF\">&lt;<\/span><span style=\"color: #F07178\">Code<\/span><span style=\"color: #89DDFF\">&gt;<\/span><span style=\"color: #A6ACCD\">404<\/span><span style=\"color: #89DDFF\">&lt;\/<\/span><span style=\"color: #F07178\">Code<\/span><span style=\"color: #89DDFF\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">     <\/span><span style=\"color: #89DDFF\">&lt;<\/span><span style=\"color: #F07178\">Message<\/span><span style=\"color: #89DDFF\">&gt;<\/span><span style=\"color: #A6ACCD\">Subscriber with email - john@yahoo.com  - not found.<\/span><span style=\"color: #89DDFF\">&lt;\/<\/span><span style=\"color: #F07178\">Message<\/span><span style=\"color: #89DDFF\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #A6ACCD\">   <\/span><span style=\"color: #89DDFF\">&lt;\/<\/span><span style=\"color: #F07178\">ErrorMessage<\/span><span style=\"color: #89DDFF\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&lt;\/<\/span><span style=\"color: #F07178\">ApiResponse<\/span><span style=\"color: #89DDFF\">&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Request:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"DELETE http:\/\/api.servicestaging.expertsender?apiKey=myapikey&amp;id=11111&amp;addToBlacklist=true\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">DELETE http:\/\/api.servicestaging.expertsender?apiKey=myapikey&amp;id=11111&amp;addToBlacklist=true<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>OK response:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"Subscriber 11111 is deleted from all lists of all types, his email and phone are blacklisted\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">Subscriber 11111 is deleted from all lists of all types, his email and phone are blacklisted<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Request:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"DELETE http:\/\/api.servicestaging.expertsender?apiKey=myapikey&amp;email=foo@bar.com&amp;addToBlacklist=true\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">DELETE http:\/\/api.servicestaging.expertsender?apiKey=myapikey&amp;email=foo@bar.com&amp;addToBlacklist=true<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>OK response:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"Subscriber foo@bar.com is deleted from all Email lists, his email is blacklisted\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">Subscriber foo@bar.com is deleted from all Email lists, his email is blacklisted<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Request:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"DELETE http:\/\/api.servicestaging.expertsender?apiKey=myapikey&amp;email=foo@bar.com&amp;channel=SmsMms&amp;addToBlacklist=true\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">DELETE http:\/\/api.servicestaging.expertsender?apiKey=myapikey&amp;email=foo@bar.com&amp;channel=SmsMms&amp;addToBlacklist=true<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>OK response:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#A6ACCD;--cbp-line-number-width:8.4375px;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"Subscriber foo@bar.com is deleted from all Sms lists, his phone is blacklisted (because channel=SmsMms)\" style=\"color:#A6ACCD;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg  style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #A6ACCD\">Subscriber foo@bar.com is deleted from all Sms lists, his phone is blacklisted (because channel=SmsMms)<\/span><\/span><\/code><\/pre><\/div>\n","protected":false},"author":5,"featured_media":0,"parent":3621,"menu_order":312,"template":"","format":"standard","emp-category":[],"class_list":["post-3627","es","type-es","status-publish","format-standard","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/help.expertsender.com\/pl\/wp-json\/wp\/v2\/es\/3627","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.expertsender.com\/pl\/wp-json\/wp\/v2\/es"}],"about":[{"href":"https:\/\/help.expertsender.com\/pl\/wp-json\/wp\/v2\/types\/es"}],"author":[{"embeddable":true,"href":"https:\/\/help.expertsender.com\/pl\/wp-json\/wp\/v2\/users\/5"}],"version-history":[{"count":5,"href":"https:\/\/help.expertsender.com\/pl\/wp-json\/wp\/v2\/es\/3627\/revisions"}],"predecessor-version":[{"id":14885,"href":"https:\/\/help.expertsender.com\/pl\/wp-json\/wp\/v2\/es\/3627\/revisions\/14885"}],"up":[{"embeddable":true,"href":"https:\/\/help.expertsender.com\/pl\/wp-json\/wp\/v2\/es\/3621"}],"wp:attachment":[{"href":"https:\/\/help.expertsender.com\/pl\/wp-json\/wp\/v2\/media?parent=3627"}],"wp:term":[{"taxonomy":"emp-category","embeddable":true,"href":"https:\/\/help.expertsender.com\/pl\/wp-json\/wp\/v2\/emp-category?post=3627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}