Sign in

Remove user from team

documented

Remove a user from your Team.

POST /teams/remove_user.jsonTeamsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.pushover.net/1/teams/remove_user.json" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d 'token={{PUSHOVER_TEAM_TOKEN}}&email={{$email}}'