Reset Database
Databases
Reset Database
Resets a specific database by its ID, clearing all data.
POST
Reset Database
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the database to reset.
Response
The response message, indicating successful operation.
Error Responses
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.
A descriptive message providing additional details about the error.