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>"
}

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