Skip to main content
DELETE
/
protection
/
team
/
{team_id}
Clear this protection layer
curl --request DELETE \
  --url https://api.mnemom.ai/v1/protection/team/{team_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

team_id
string
required

Team identifier (UUID)

Response

Cleared. Returns the deletion confirmation (deleted: true, template: null) and the count of agents flagged for recompose; the next read returns the composed view without this layer. (The handler returns this 200-with-body, not 204.)