Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Interface Information

Name

Delete group

Address

/rest/tools/1.0/api/group/remove

Method

DELETE

Return Type

Json

Authentication

Basic,token

Parameters

Parameter name

Required

Parameter type

Description

name

Y

String

group name

return value format

Field

Type

Description

code

int

Appendix - Code

msg

String

data

String

{
“name”:”group name”
}

...