Delete an invite for the organization by email.
curl -L -X DELETE https://api.turso.tech/v1/organizations/{organizationSlug}/invites/{email} \ -H 'Authorization: Bearer TOKEN'
This response has no body data.
The slug of the organization or user account.
The email of the user invited.
Was this page helpful?