Skip to main content
DELETE
/
organizations
/
{organizationId}
/
invites
/
{inviteId}
Cancel an organization invite
curl --request DELETE \
  --url https://api.tally.so/organizations/{organizationId}/invites/{inviteId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://developers.tally.so/llms.txt

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

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

Invite cancelled successfully