Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Soft-delete (suspend) a tenant user. The default user cannot be deleted.
cURL
curl --request DELETE \ --url https://api.usenaive.ai/v1/users/{user_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "suspended" }
Workspace API key. Create one via the dashboard or POST /v1/auth/keys.
POST /v1/auth/keys
Tenant user UUID, or default / me for the operator's default user.
default
me
Suspended.
"suspended"