Groups
Delete Group
DELETE
/
v2
/
delete_group
/
{group_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
group_id
string
requiredGroup ID
Response
200 - application/json
The response is of type any
.
Was this page helpful?