Nstproxy
  1. Api
Nstproxy
  • Api
    • Get User Info
      GET
    • Get Plan Info
      GET
    • Get Country List
      GET
    • Get State List
      GET
    • Get City List
      GET
    • Generate Proxies List
      GET
    • Get Channels
      GET
    • Channel Info
      GET
    • Add Channel
      POST
    • Update Channel
      PUT
    • Delete Channel
      DELETE
  1. Api

Delete Channel

DELETE
/api/v1/api/channel/{channelId}
Api

Request

Authorization
Add parameter in query
token
Example:
token: ********************
Path Params
channelId
string 
required
Example:
F468AFA3D9BDC746

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.nstproxy.com/api/v1/api/channel/F468AFA3D9BDC746?token'

Responses

🟢200OK
application/json
Body
data
boolean 
required
err
boolean 
required
msg
string 
required
code
integer 
required
Example
{
  "data": true,
  "err": false,
  "msg": "SUCCESS",
  "code": 200
}
Modified at 2024-04-12 03:22:45
Previous
Update Channel
Built with