Skip to main content
DELETE
/
v1
/
organizations
/
{organizationSlug}
/
invites
/
{email}
curl -L -X DELETE https://api.turso.tech/v1/organizations/{organizationSlug}/invites/{email} \
  -H 'Authorization: Bearer TOKEN'
{
  "code": "<string>",
  "error": "invite not found"
}
curl -L -X DELETE https://api.turso.tech/v1/organizations/{organizationSlug}/invites/{email} \
  -H 'Authorization: Bearer TOKEN'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

email
string
required

The email of the user invited.

Response

Successful response (No Content)