Leave group

POST /group/leave
application/json

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
  • 400 application/json

    Bad Request

    Hide response attributes Show response attributes object
  • 500 application/json

    Internal Server Error

    Hide response attributes Show response attributes object
POST /group/leave
curl \
 -X POST http://localhost:3000/group/leave \
 -H "Content-Type: application/json" \
 -d '{"group_id":"120363024512399999@g.us"}'
Request examples
{
  "group_id": "120363024512399999@g.us"
}
Response examples (200)
{
  "code": "SUCCESS",
  "message": "Success",
  "results": "string"
}
Response examples (400)
{
  "code": 400,
  "message": "field cannot be blank",
  "results": {}
}
Response examples (500)
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "you are not loggin",
  "results": {}
}