- API document for XProxy service
- Proxy Management
- Device Management
- Change IMEI for multiple donglesPOST
- Add or change device notePOST
- Change MAC address for donglesPOST
- Change APN for donglesPOST
- Change device labelPOST
- Connect dongle to networkPOST
- Enable/disable WiFi for multiple donglesPOST
- Disconnect dongle from networkPOST
- Reboot a specific donglePOST
- Reset bus donglePOST
- Get dongle information including phone numberPOST
- Set MTU value for a donglePOST
- Rotation (Change IP)
- Selling Platform
- SMS & USSD Utitlies
- System Management
Delete selling proxy by ID
POST
{{BASE_URL}}/selling/bulk_delete
Request
Body Params application/json
ids
array[integer]
required
Example:
[203]
Example
{
"ids": [
203
]
}
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 -g --request POST 'http://localhost/selling/bulk_delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
203
]
}'
Responses
🟢200OK
application/json
Body
status
booleanÂ
optional
Example:
true
Example
{
"status": true
}
🟠400Bad Request
🔴500Server Error
Modified at 2025-03-14 04:26:26