API Reference · Database

Delete a database user

Delete a database user

DELETE/v1/tenants/{name}/workloads/{id}/db/users/{username}

Authorization

x-api-keystringrequired
Your per-workspace API key, e.g. llc_AbC123…. Also accepted as Authorization: Bearer <key>. Mint keys on your workspace's API keys page — each key belongs to one workspace.

Path parameters

namestringrequired
Workspace (tenant) name.
idstringrequired
Workload id within the workspace.
usernamestringrequired

Response

200User deleted.

curl -X DELETE https://api.live-llm.com/v1/tenants/acme/workloads/web/db/users/username \
  -H "x-api-key: $LIVELLM_KEY"
Try itDELETEhttps://api.live-llm.com/v1/tenants/{name}/workloads/{id}/db/users/{username}
Fill required path params: name, id, username.
Example response200
User deleted.