DatabaseApiUnassignDatabaseUserRequest: {
    databaseName: string;
    hostingId: string;
    region?: Region;
    username: string;
}

Type declaration

  • databaseName: string

    Name of the database to be unassigned.

  • hostingId: string

    UUID of the hosting plan.

  • Optionalregion?: Region

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

  • username: string

    Name of the user to unassign.