Console APIs - Teams
Delete Team
Delete a team from your organization
DELETE
Delete Team
Permanently delete a team from your organization. This action cannot be undone.Authentication
Requires Console API authentication with bearer token andx-source: console header.
Path Parameters
string
required
Unique identifier of the team to delete.
Response Fields
string
required
Human-readable message confirming the deletion.
string
required
Operation status. Always “success” for successful deletion.
Error Responses
404 Not Found
404 Not Found
403 Forbidden
403 Forbidden
Usage Examples
Best Practices
Confirm Action
Always implement confirmation dialogs before deleting teams.
Check Dependencies
Verify that no critical resources depend on this team.
Notify Members
Notify team members before deletion if possible.
Archive Option
Consider implementing an archive feature instead of permanent deletion.