DELETE
/
v1
/
organizations
/
{organizationSlug}
/
invites
/
{email}
curl -L -X DELETE https://api.turso.tech/v1/organizations/{organizationSlug}/invites/{email} \
  -H 'Authorization: Bearer TOKEN'
This response has no body data.
curl -L -X DELETE https://api.turso.tech/v1/organizations/{organizationSlug}/invites/{email} \
  -H 'Authorization: Bearer TOKEN'

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

email
string
required

The email of the user invited.