Delete Groups

Deletes groups from the specified account.

delete/groups/my

Headers

Content-Typestring required

application/json

Authorizationstring required

Bearer {access-token}

Response

200

namestring
deletedContactsboolean

Example response

[
  {
    "name": "group1"
  }
]

Changes