Skip to main content
DELETE
/
team-invitations
/
{id}
Delete a team invitation
curl --request DELETE \
  --url https://api.stack-auth.com/api/v1/team-invitations/{id}
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

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

Path Parameters

id
string
required

Query Parameters

team_id
string

The team ID to list invitations for. Required unless user_id is provided.

Response

200 - application/json

Successful response

success
boolean
required

Always equal to true.

Example:

true