curl -L -X DELETE https://api.turso.tech/v1/organizations/{organizationSlug}/members/{username} \ -H 'Authorization: Bearer TOKEN'
{ "member": "iku" }
Remove a user from the organization by username.
The slug of the organization or user account.
The username of a Turso user or organization member.
Successful response
The response is of type object.
object
Was this page helpful?