Skip to main content
DELETE
/
team
/
{team_id}
/
invite
/
{invite_id}
Delete a team invite
curl --request DELETE \
  --url https://api.basic.tech/team/{team_id}/invite/{invite_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT Authorization Token header using the Bearer scheme

Path Parameters

team_id
string
required

The ID of the team

invite_id
string
required

The ID of the invite to delete

Response

Invite deleted successfully

Invite deleted successfully

success
boolean