TypeScript client
Teams
Delete team
Delete a team. Requires the delete_teams permission. Cancels the team’s scheduled work, including scheduled posts and pending publish actions, so check listPosts for upcoming publishes before calling. This is destructive and cannot be undone via the API.
DELETE
TypeScript client
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Response
Success