Skip to main content
DELETE
/
teams
/
{team_id}
Archive team
curl --request DELETE \
  --url https://api.mnemom.ai/v1/teams/{team_id} \
  --header 'Authorization: Bearer <token>'
{
  "archived": true,
  "team_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://mnemomllc-feat-aip-output-analysis-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

team_id
string
required

Team identifier (UUID)

Response

Team archived

archived
boolean
team_id
string