cURL
curl --request DELETE \ --url https://api.example.com/v2/databases/{database}/tenants/{tenantId} \ --cookie nile-auth.session-token=
This response has no body data.
sets a tenant for delete in the database
Session token stored in a cookie after user signs in, prefixed with __Secure if on https
Was this page helpful?