1. AGENT
rapid_agent
  • AGENT
    • RAPID Interface documentation
    • Static Residential
      • Callback
      • Static Residential Refund
      • Obtain Product List
      • Obtain Available Subscription Durations
      • Activate Static Residential IP
      • Renew Static Residential IP
      • Obtain Orders
      • Obtain Instance Information
    • Add User
      POST
    • Edit User
      POST
    • Get All Users
      POST
    • Add Sub-user
      POST
    • Edit Sub-user
      POST
    • Get Sub-users
      POST
    • Allocate Traffic
      POST
    • Recycle Traffic
      POST
    • Clear Traffic
      POST
    • Obtain Allocation Records
      POST
    • Add IP to Whitelist
      POST
    • Add IP to Blacklist
      POST
    • Add Domains to User's Blocklist
      POST
    • Delete IP from Whitelist
      POST
    • Delete IP from Blacklist
      POST
    • Delete Blocked Domain
      POST
    • Obtain User Traffic
      POST
    • Obtain Proxy
      POST
    • Obtain Proxy Address
      POST
    • Obtain Proxy Protocol
      POST
    • Obtain Country List
      POST
    • Obtain States/Provinces Under a Country
      POST
    • Obtain Cities Under a State
      POST
    • Obtain User Traffic Consumption
      POST
    • Reset User's API Key
      POST
    • Query User Traffic by Time Range
      POST
    • Obtain Sub-account Traffic Consumption
      POST
  1. AGENT

Clear Traffic

POST
https://www.rapidproxy.io/api/agent/clear_user_traffic

请求参数

Header 参数

Body 参数application/json

示例
{
    "username": "xxx"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://www.rapidproxy.io/api/agent/clear_user_traffic' \
--header 'app-key: xxx' \
--header 'Content-Type: application/json' \
--data '{
    "username": "xxx"
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "msg": "Clear successful"
}
修改于 2025-10-13 03:12:09
上一页
Recycle Traffic
下一页
Obtain Allocation Records
Built with