Versions Compared

Key

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

...

  • string DeleteGroup(string accessKey, int listID, int groupID, bool deleteUsers)
  • accessKey: access key obtained using the Login method
  • listID: ID of the list that the Group belongs to
  • groupID: ID of the Group
  • deleteUsers: flag that determines whether the recipients assigned to the Group will be removed from the system

...