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 does not have an example.
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.

Example:

"iku@turso.tech"

Response

200
_mintlify/placeholder

Successful response (No Content)