DatabaseApiDeleteDatabaseRequest: {
    databaseName: string;
    hostingId: string;
    region?: Region;
}

Type declaration

  • databaseName: string

    Name of the database to delete.

  • hostingId: string

    UUID of the hosting plan.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.