Delete Team
Permanently delete a team. This will remove all team memberships but will not delete websites owned by the team.Endpoint
Headers
Bearer token for authentication
Path Parameters
Team UUID to delete
Response
Returns a 200 OK status with an empty response body on successful deletion.Example Request
Error Responses
Unauthorized - You must be the owner/manager of this team
Not Found - Team does not exist
What Happens When Deleted
When a team is deleted:- All team memberships are removed
- Team users lose access to team resources
- Team websites may need to be transferred or will become inaccessible
Permissions
Only team owners and managers can delete teams.Before deleting a team, ensure that any team-owned websites are transferred to individual users or that you’re prepared to lose access to those websites.