Delete Group

DELETE /api/groups/delete

Deletes a group

Query parameters

  • id integer Required

    Group ID to delete

DELETE /api/groups/delete
curl \
 -X DELETE http://api.example.com/api/groups/delete?id=42 \
 -H "Authorization: Bearer $ACCESS_TOKEN"