delete https://{server}/api/v2.1/admin/organizations//groups//
Delete a group with its group_id. As system administrator, you can delete any group in the system by their ID, no matter in which team they are.
Response
Delete a group with its group_id. As system administrator, you can delete any group in the system by their ID, no matter in which team they are.
xxxxxxxxxx
curl --request DELETE \
--url https://cloud.seatable.io/api/v2.1/admin/organizations/org_id/groups/group_id/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: