Glean
  • DOCUMENTATION
  • DOCUMENTATION
    Introduction
    Getting started
    Client API
      Getting started
      Authentication
      Chat API
      Search API: Filters Walkthrough
      Guides
      API Reference
    Indexing API
      Getting started
      Managing API tokens
      Token rotation
      Datasource category
      Setting a test datasource
      Bulk indexing
      Setting permissions
      Troubleshooting
      Rendering of search results
      Custom Properties
      Activity
      People, Teams, and Identity
      API Reference
        Introduction
        Usage guidelines
        Datasources
        Documents
        People
          post
          Index employee
          post
          Bulk index employees
          post
          Bulk index employees
          post
          Schedules the processing of uploaded employees and teams
          post
          Delete employee
          post
          Index team
          post
          Delete team
          post
          Bulk index teams
        Permissions
        Authentication
        Troubleshooting
        Shortcuts
      SDK Reference
      Supported MIME Types
      Release Notes
    Web SDK
      Getting Started
      Components
        Chat
        Autocomplete / Search
        Modal search
        Sidebar search
        Recommendations
      Guides
      Guide to Third-Party Cookies
    Actions SDK
      Introduction
      Getting started
      Authentication
      Examples
      FAQs
      API Reference

Delete team

Delete a team based on provided id.

SecurityBearerAuth
Request
Request Body schema: application/json; charset=UTF-8
required
id
required
string

The deleted team's id

Responses
200

OK

400

Bad Request

401

Not Authorized

409

Conflict

post/deleteteam
Request samples
  • Payload
  • curl
application/json; charset=UTF-8
{
  • "id": "string"
}
Legal
  • Website Terms
  • Privacy
Support
  • Contact us
Copyright © Glean 2024-2025. All rights reserved.