For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rời khỏi nhóm

  1. Body

Name
Type
Description

service

contact

method

leaveGroup

data

{
  "accountId": "262941598338491044",
  "groupId": "2892451276373630223",
 }

  1. Response

{
    "data": {
        "error_message": "Successful.",
        "data": "",
        "error_code": 0
    },
    "status": "success"
}
{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}

Last updated