delete https://{server}/api/v2.1/admin/organizations//
Delete a team (organization) with its ID. This will eliminate the team!
However, this won't delete the team users - but all its members will become team-less users in the system.
Response
Delete a team (organization) with its ID. This will eliminate the team!
However, this won't delete the team users - but all its members will become team-less users in the system.
xxxxxxxxxx
curl --request DELETE \
--url https://cloud.seatable.io/api/v2.1/admin/organizations/org_id/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: