DELETE
/
api
/
teams
/
{slug}
/
invites
/
{id}
curl --location --request DELETE 'http://localhost:3005/api/teams/acme/invites/23' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>'
{
  "data": {

  }
}

Path

slug
string
required

Team slug of the team to get invites for

id
string
required

ID of the invite to delete