DELETE
/
organizations
/
{organizationId}
/
invites
/
{inviteId}
curl --request DELETE \
  --url https://api.tally.so/organizations/{organizationId}/invites/{inviteId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the organization

inviteId
string
required

The ID of the invite to cancel

Response

204

Invite cancelled successfully