cURL
curl --request DELETE \ --url https://api.tally.so/organizations/{organizationId}/invites/{inviteId} \ --header 'Authorization: Bearer <token>'
{}
Cancels a pending invitation to join workspaces within your organization. Only the user who created the invite can cancel it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the organization
The ID of the invite to cancel
Invite cancelled successfully