- Overview
- API
- Seller API
- Application Settings
- Blacklists
- Chats
- Files
- Global Variables
- Licenses
- Add Time To All Unused Licenses
- Assign A License To A User
- Ban License
- Create A New License
- Create A New User Using A License
- Delete All Licenses
- Delete An Existing License
- Delete Multiple Licenses
- Delete All Used Licenses
- Delete All Unused Licenses
- Retrieve All Licenses
- Retrieve License Information
- Set Note On Existing License
- Unban A License
- Verify License Exists
- Sessions
- Subscriptions
- Users
- Add An HWID To An Existing UserGET
- Ban UserGET
- Create A New UserGET
- Change Users PasswordGET
- Change Users EmailGET
- Change User's UsernameGET
- Delete An Existing UserGET
- Delete All Expired UsersGET
- Delete A Users VariableGET
- Delete All User Variables Using The Variable NameGET
- Delete A Users SubscriptionGET
- Delete All UsersGET
- Extend Users ExpirationGET
- Pause A UserGET
- Retrieve All UsersGET
- Retrieve All User's VariablesGET
- Retrieve All UsernamesGET
- Retrieve All Users SubscriptionsGET
- Retrieve License From UserGET
- Retrieve User Variable DataGET
- Reset A Users HWIDGET
- Reset All Users HWIDGET
- Retrieve User DataGET
- Set A User VariableGET
- Subtract Time From A Users ExpirationGET
- Set Users HWID Reset Cooldown DurationGET
- Unban A UserGET
- Unpause A UserGET
- Verify A User ExistsGET
- Webhooks
- Web Loader
- Whitelists
- Reseller/Manager Accounts
- Application Settings
- Custom Domain Setup
Delete All User Variables Using The Variable Name
GET
https://keyauth.win/api/seller/
Request
Query Params
sellerkey
string
required
type
string
required
Example:
massUserVarDelete
name
string
required
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 GET 'https://keyauth.win/api/seller/?sellerkey=&type=massUserVarDelete&name='
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-01-23 15:53:22