cURL
curl --request DELETE \ --url https://api.example.com/v2/databases/{database}/tenants/{tenantId}/users/{userId}/link \ --cookie nile-auth.session-token=
This response has no body data.
Marks a user to be deleted from the tenant. It does not remove the user from other tenants or invalidate active sessions.
Session token stored in a cookie after user signs in, prefixed with __Secure if on https
Was this page helpful?