cURL
curl --request DELETE \ --url https://api.example.com/v2/databases/{database}/me \ --cookie nile-auth.session-token=
This response has no body data.
sets the current user for delete.
Documentation IndexFetch the complete documentation index at: https://thenile.dev/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://thenile.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Session token stored in a cookie after user signs in, prefixed with __Secure if on https
Was this page helpful?