Senler API
  1. subscribers
Senler API
  • API
    • v1
      • subscribers
        • subscribers/get
      • integrations
        • callback
    • v2
      • subscribers
        • get
          POST
        • statSubscribe
          POST
        • statCount
          POST
        • add
          POST
        • del
          POST
        • count
          POST
      • vars
        • set
        • del
        • get
      • bots
        • addSubscriber
        • delSubscriber
      • deliveries
        • statCount
        • stat
      • utms
        • statCount
        • statSubscribe
        • getLink
      • groups
        • get
  1. subscribers

del

POST
/api/subscribers/del

Request

Header Params

Body Params application/json

Examples

Responses

🟢200del VK fd
application/json
Body

🟢200del VK json
🟢200del TG fd
🟢200del TG json
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://senler.ru//api/subscribers/del' \
--header 'Cookie: {{dev_session_cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "access_token": "{{dev_tg_channel_api_token}}",
    "v": 2,
    "group_id": {{dev_tg_channel_id}},
    "tg_user_id": 2145627023,
    "subscription_id": 28
}'
Response Response Example
200 - del VK fd - del VK fd
{
    "success": true
}
Modified at 2025-07-17 15:48:15
Previous
add
Next
count
Built with