Skip to main content
DELETE
Delete database user
Deletes a database user. Applications still using those credentials fail to authenticate immediately.
The default user created with the instance cannot be deleted.
This endpoint uses the FalkorDB API host and bearer token authentication. See Database users overview.

Authorization

string
required
Bearer <jwt>, using the token issued by Sign in.

Path parameters

string
required
ID of the deployment instance.
string
required
Username of the database user to delete.

Query parameters

string
required
Subscription that owns the instance.

Response

string
Confirmation message.

Errors

Returns 401 Unauthorized when the bearer token is missing or expired.