Delete A Group

A brief description
  • without
request URL
  • {{url}}/v1/tag/remove
request method
  • get
Request Query parameter
Parameter Example ValueRequiredTypeDescription
tokenYesstringauthentication token
tagIdYesstringgroup id
Example of successful return
{
  "data": {
    "tagId": "1024"
  },
  "code": 0,
  "msg": "OK"
}
Parameter description of the successful return example
ParameterTypeDescription
tagIdstringgroup id
codeint0: successful; not 0: failed
Remark