Remove a group using the API interface:
Request Url:
https://api.vmlogin.com/v1/tag/remove?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&tagId=xxxxxx
Request Type: GET
Name | Type | Description | required |
token | string | Authentication token | true |
tagId | string | Group ID | true |
Request
{
"token": "66e9f73f3617c6afdc6768f7a61a58ae",
"tagId": "348193"
}
Note:
(1) For token, please refer to the "View/Change the API Token" tutorial.
(2) For tagId, please refer to the "Get group list using API interface" tutorial.