The ID of the database to reset.
Response
Indicates whether the call was successful.
success
if successful, error
if not.The details of the reset database.
Error Responses
Indicates whether the call was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.DATABASE_NOT_FOUND
: The specified database does not exist or the user lacks access.DATABASE_ID_REQUIRED
: The database ID was not provided.DATABASE_RESET_FAILED
: Failed to reset the database.