Delete All User Variables Using The Variable Name
Delete all user variables by using just the user variable name
Request Code Samples
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=massUserVarDelete&name='
Responses
application/json {
"success": true,
"message": "Successfully deleted user variables with that name!"
}
Modified at 2025-05-09 18:20:09